| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | Add | Overloaded. Adds a new item into the cache using the default region (Inherited from Leadtools.Caching.ObjectCache) |
![Public Method](dotnetimages/publicMethod.gif) | AddOrGetExisting | Overloaded. Overridden. Adds an entry using key and value pair into the cache, and returns an existing cache entry with a matching key. |
![Public Method](dotnetimages/publicMethod.gif) | BeginAdd | Begins adding a new cache item. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | CheckPolicies | Checks the policy of all items in the cache and purge any item that has been expired. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | CheckPolicy | Checks the policy of an existing cache item or items in a region and purge it if it has expired. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | Contains | Overridden. Checks whether the specified cache entry exists in the cache. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | DateFromString | Parses a date / time value stored in a string. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) ![static (Shared in Visual Basic)](dotnetimages/static.gif) | DateToString | Converts a date / time value to a string using the current format. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | DeleteItem | Overridden. Deletes the specified item from the cache. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | DeleteRegion | Overridden. Deletes the specified region and all its data. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | EndAdd | Ends adding a new cache item and commit the changes. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | EnumerateKeys | Overridden. Enumerates all the items in a region. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | EnumerateRegions | Overridden. Enumerates all the regions in this cache. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | Get | Overloaded. Overridden. Value of the specified cache entry. |
![Public Method](dotnetimages/publicMethod.gif) | GetCacheFilePath | Path to the physical file holding the data for the specified item. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | GetCacheItem | Overloaded. Overridden. Specified cache entry from the cache. |
![Public Method](dotnetimages/publicMethod.gif) | GetCacheUrl | URI to the physical file holding the data for the specified item. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | GetCount | Overridden. Total number of cache entries in the cache. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | GetEnumerator | Overloaded. Creates an enumerator that can be used to iterate through a collection of cache entries. |
![Public Method](dotnetimages/publicMethod.gif) | GetPolicyFilePath | Path to the physical file holding the policy for the specified item. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | GetStatistics | Overloaded. Overridden. Returns a snapshot of the number of all items in the cache. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | GetStream | Stream to the physical file holding the data for the specified item. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | GetValues | Overridden. Cache entries that corresponds the specified keys. ![.NET support](../resources/images/dotnet.png) |
![Public Method](dotnetimages/publicMethod.gif) | Remove | Overloaded. Overridden. Removes an entry from the cache. |
![Public Method](dotnetimages/publicMethod.gif) | Set | Overloaded. Overridden. Adds a key/value pair item into the cache. |
![Public Method](dotnetimages/publicMethod.gif) | UpdatePolicy | Update the policy of an existing cache item. ![.NET support](../resources/images/dotnet.png) |