Caching Library

SystemCacheStorage Class

SystemCacheStorage Storage della cache di sistema (wrapper su HttpRuntime.Cache)

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

System.Object
   Caching.SystemCacheStorage

[Visual Basic]
Public Class SystemCacheStorage
    Implements ICacheStorage
[C#]
public class SystemCacheStorage : ICacheStorage
[C++]
public __gc class SystemCacheStorage : public ICacheStorage
[JScript]
public class SystemCacheStorage extends ICacheStorage

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Caching

Assembly: Caching (in Caching.dll)

See Also

SystemCacheStorage Members | Caching Namespace