FileCache
Leave feedback
On this page
Represents a local on-disk cache.
public class FileCache : ICache
| Name | Description |
|---|---|
| FileCache(string) | Creates new instance of FileCache class. |
| FileCache(string, string) | Creates new instance of FileCache class. |
| Name | Description |
|---|---|
| CachePath { get; } | The Relative or absolute path to the cache folder. |
| CacheSubFolder { get; } | The sub-folder to append to the CachePath. |
| Name | Description |
|---|---|
| GetKeys(string) | Returns all file names that contains filter in filename. |
| Set(string, object) | Serializes data to the local disk. |
| TryGetValue<T>(string, out T) | Deserializes data associated with this key if present. |
- interface ICache
- namespace GroupDocs.Viewer.Caching
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.