FileCache class

FileCache class

Represents file caching behaviour where the cache is stored on the file system.

Learn more

The FileCache type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the FileCache class.

Methods

Method Description
get_keys Returns all keys matching filter.
get_keys_file
get_keys_string
set Inserts a cache entry into the cache.
set_file
set_string
try_get_value Gets the entry associated with this key if present.
try_get_value_file
try_get_value_string

See Also