Caching Library

ICacheStorage Interface

ICacheStorage Interfaccia per l'accesso ad un provider di gestione della cache

For a list of all members of this type, see ICacheStorage Members.

[Visual Basic]
Public Interface ICacheStorage
[C#]
public interface ICacheStorage
[C++]
public __gc __interface ICacheStorage
[JScript]
public interface ICacheStorage

Types that implement ICacheStorage

TypeDescription
FileSystemCacheStorage FileSystemCacheStorage Storage della cache su File System
SystemCacheStorage SystemCacheStorage Storage della cache di sistema (wrapper su HttpRuntime.Cache)

Requirements

Namespace: Caching

Assembly: Caching (in Caching.dll)

See Also

ICacheStorage Members | Caching Namespace