| Interface | Description | 
|---|---|
| Cache | The cache is responsible for caching responses, generated by JWIG and sent to the client. | 
| Class | Description | 
|---|---|
| AbstractCache | |
| CacheInterceptor | An interceptor that invalidates all cache entries that depend on the object that is saved. | 
| CacheObject | |
| CacheTransaction | A cache transaction contains all the state relevant to caching of a resource such that the changes to the global cache
 can happen atomically. | 
| DependencyMap | The dependency map contains a map from objects to cached responses and XMLProducers that depend on them. | 
| EHCache | A Cache that uses EHCache as the provider. | 
| HashMapCache | Cache for  Responseobjects. | 
| ProxyObject | A proxy object is a light weight version of a persistable object. | 
| Exception | Description | 
|---|---|
| InconsistentDependencyException | Thrown if there is a consistency problem in the way a generated page uses the cache. | 
Copyright © 2008-2012 Anders Møller & Mathias Schwarz.