ICacheAccessor Interface |
Namespace: CMS.Helpers.Caching.Abstractions
public interface ICacheAccessor
The ICacheAccessor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Get |
Retrieves the specified item from the cache.
|
![]() | GetEnumerator | Retrieves a dictionary enumerator used to iterate through the key settings and their values contained in the cache. |
![]() | Insert |
Inserts an object into the cache.
|
![]() | Remove |
Removes the specified item from the cache.
|