My Application Framework

ICacheStrategy Interface

The interface for cache strategy. Each class that is pluggable to the MyAF.Cache must implement this interface.

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

public interface ICacheStrategy

Types that implement ICacheStrategy

Type Description
DefaultCacheStrategy 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.

Requirements

Namespace: MyAF.Cache

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

See Also

ICacheStrategy Members | MyAF.Cache Namespace