My Application Framework

MyAF.Cache Namespace

Namespace hierarchy

Classes

Class Description
Cache 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.
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.

Interfaces

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