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 the current implementation of ICacheManager.

public static ICacheManager Current { get; set; }

Property Value

ICacheManager

Remarks

Do not use this, if possible. Instead inject ICacheManager as a constructor dependency or call DependencyResolver.

To top