The ICache type exposes the following members.

Methods

  NameDescription
Public methodClear
Clear the Cache
Public methodDestroy
Clean up.
Public methodGet
Get the object from the Cache
Public methodLock
If this is a clustered cache, lock the item
Public methodNextTimestamp
Generate a timestamp
Public methodPut
Public methodRemove
Remove an item from the Cache.
Public methodUnlock
If this is a clustered cache, unlock the item

Properties

  NameDescription
Public propertyRegionName
Gets the name of the cache region
Public propertyTimeout
Get a reasonable "lock timeout"

See Also