Table of Contents

Interface ICacheStorage

Namespace
Dynamicweb.Caching
Assembly
Dynamicweb.Caching.dll
Defines an object cache that can be used for caching purposes
public interface ICacheStorage

Properties

Info

Information about the object cache
CacheInformation Info { get; }

Property Value

CacheInformation

Methods

ClearCache()

Resets all keys to the default value for objects stored in the object cache
void ClearCache()
To top