Table of Contents

Class Cache

Namespace
Dynamicweb.Caching
Assembly
Dynamicweb.Core.dll

Cache class. Handles access to the current cache manager.

public static class Cache
Inheritance
Cache
Inherited Members

Properties

Current

Gets or sets the current cache manager. If a cache manager has not been defined or if the current cache manager is set to null, a new instance of MemoryCacheManager is returned.

public static ICacheManager Current { get; set; }

Property Value

ICacheManager

The current cache manager.

To top