My Application Framework

Cache Class

MyAF.Cache is an object caching service that presents the cached object in a hierarchical structure. It uses a pluggable object storage mechanism or cache strategy to store the objects.

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

System.Object
   MyAF.Cache.Cache

public class Cache

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: MyAF.Cache

Assembly: MyAF.Cache (in MyAF.Cache.dll)

See Also

Cache Members | MyAF.Cache Namespace