CachableResponse |
This object holds the cached response and the related properties of the cache per request and will be stored in to
the cache.
|
CacheManager |
There would be two instances of the cache mediator in a single mediation flow.
|
CacheMediator |
If a request comes to this class it creates and hash of the request and if the hash has a CachedResponse associated
with it the mediator will return the response without going to the backend.
|
CacheMediatorFactory |
Creates a CacheMediator using the given OMElement for the cache mediator.
|
CacheMediatorSerializer |
Serializes the given Cache mediator to an OMElement.
|
CachingConstants |
This has the common constants used in the classes related to the cache mediator implementation.
|
MediatorCacheInvalidator |
This class is used for global cache invalidation.
|