CacheManagerBase Class Methods
In This Topic
For a list of all methods of this type, see
CacheManagerBase.
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