Click or drag to resize
ICacheAccessor Interface
Represents a cache with reading, inserting and removing support.

Namespace: CMS.Helpers.Caching.Abstractions
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public interface ICacheAccessor

The ICacheAccessor type exposes the following members.

Methods
  NameDescription
Public methodGet
Retrieves the specified item from the cache.
Public methodGetEnumerator
Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache.
Public methodInsert
Inserts an object into the cache.
Public methodRemove
Removes the specified item from the cache.
Top
See Also