IBackingStore Methods

ScaleOut Software NamedCache API

The IBackingStore type exposes the following members.

Methods

  NameDescription
Public methodErase
Removes an object from the backing store.
Public methodGetCreatePolicy
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.
Public methodLoad
Loads an object from the backing store. Returns null if there is no value in the backing store for the specified id.
Public methodStore
Persists an object to the backing store.
Top
See Also

Reference