All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description 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 aCacheMediator
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.CachingException This is the CachingException which is a checked exception and will be thrown in case of an error in the caching executionDigestGenerator This is the primary interface for the DigestGenerator which is the unique SOAP request identifier generation interface to be used by the CacheManager inorder to generate a unique identifier key for the normalized XML/SOAP message.DOMHASHGenerator Deprecated. HttpCachingFilter This class is used to apply the filter.HttpRequestHashGenerator TheDigestGenerator
for the HTTP protocol type.MediatorCacheInvalidator This class is used for global cache invalidation.MediatorCacheInvalidatorMBean The interface for MBean used to invalidate the cache mediator.REQUESTHASHGenerator Deprecated.