My Application Framework

DefaultCacheStrategy Class

The sample cache strategy implementation which shows how to create a pluggable component for MyAF.Cache to customize the way objects are cached and retrieved.

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

System.Object
   MyAF.Cache.DefaultCacheStrategy

public class DefaultCacheStrategy : ICacheStrategy

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

DefaultCacheStrategy Members | MyAF.Cache Namespace