Chili.Opf3 Send comments on this topic.
Chili.Opf3.Caching Namespace
See Also  Inheritance Hierarchy
This namespace contains the classes and interfaces that implement some basic caching system and to implement your own caching system.

Classes

ClassDescription
AddingPersistentEventArgs EventArgs used by the AddingPersistent event of the SimpleCacheManager Class.
AddingQueryEventArgs EventArgs used by the AddingQuery event of the SimpleCacheManager Class.
CacheManagerBase Class offers some basic methods for caching manager.
SimpleCacheAttribute Put on persistent objects to specify the caching in a declarative way.
SimpleCacheManager Class that implements a simple caching algorithm.

Interfaces

InterfaceDescription
ICacheManager Interface implemented by classes that provide a caching algorithm for persistent objects.

See Also