FileCache class

FileCache class

File caching behaviour. Means that cache is stored on the file system

The FileCache type exposes the following members:

Constructors

Constructor Description
init Creates new instance of FileCache 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