CacheManagerBase Class Members
In This Topic
The following tables list the members exposed by
CacheManagerBase.
Public Constructors
Public Properties
| Name | Description |
 | CacheLifeTime | Gets or sets a value that determines how long, in minutes, cached object will be stored on server. |
 | DataStorage | Gets the data storage, which is used for storing data of this cache manager. |
 | WorkingDirectory | Gets an absolute path to the working directory of this cache manager. |
Public Methods
| Name | Description |
 | ClearCache | Clears the cache for the specified item. |
 | DeleteItem | Deletes the item from the cache manager. |
 | DeleteOldCache | Deletes old cache. |
 | GetItem | Returns an item from the cache manager. |
 | GetItemPath | Returns an absolute path to a file, which stores the item. |
 | ItemExist | Determines that the cache manager contains an item with the specified identifier. |
 | LockItem | Locks an item in cache manager and returns the item. |
 | UnlockItem | Unlocks locked item in cache manager. |
Protected Methods
See Also