IObjectCacheRepository
Represents an abstract object cache.
Gets the total number of items in the cache.
Gets or sets the cache expiration applied to each item.
void Clear()
Clears the cache.
Determine whether the specified cached object associated with the key is contained within the cache.
Deletes the object contained within the cache having the specified key.
Selects a single cached object associated with the key.
Inserts or updates the specified cached object whose name matches the key. If the object already exists within the cache, the value is replaced and the expiration period is updated with Expiration.
Inserts or updates the specified cached object whose name matches the key. If the object already exists within the cache, the value is replaced and the expiration period is updated with the specified value.