FileCache class

FileCache class

Class that allows to work with the local on-disk cache.

The FileCache type exposes the following members:

Constructors

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

Methods

Method Description
get_keys Returns all file names that contain the filter in the filename.
get_keys_file
get_keys_string
set Serializes data to the local disk.
set_file
set_string
try_get_value Deserializes data associated with this key if present.
try_get_value_file
try_get_value_string

See Also