MemoryCache class

MemoryCache class

Memory caching behaviour; the cache is stored in memory.

Learn more

The MemoryCache type exposes the following members:

Constructors

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

Methods

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

See Also