The IBackingStore type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Erase |
Removes an object from the backing store.
|
![]() | GetCreatePolicy |
Provides a policy object to be used when a Load(CachedObjectId) operation inserts an object into the named cache. If the method returns
null then the named cache's DefaultCreatePolicy will be used.
|
![]() | Load |
Loads an object from the backing store. Returns null if there is no value in the backing store for the specified id.
|
![]() | Store |
Persists an object to the backing store.
|
See Also