MemoryCache class
MemoryCache class
Memory caching behaviour. Means that cache is stored in the memory
The MemoryCache type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Creates new instance of MemoryCache class |
Methods
Method | Description |
---|---|
set | Inserts a cache entry into the cache. |
try_get_value | Gets the entry associated with this key if present. |
get_keys | Returns all keys matching filter. |
Remarks
Learn more | | |
See Also
- module
groupdocs.conversion.caching
- class
ICache