| Class | Description |
|---|---|
| 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. |
| Interface | Description |
|---|---|
| ICacheManager | Interface implemented by classes that provide a caching algorithm for persistent objects. |