Interface | Description |
---|---|
MediatorCacheInvalidatorMBean |
The interface for MBean used to invalidate the cache mediator.
|
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 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.
|
Exception | Description |
---|---|
CachingException |
This is the CachingException which is a checked exception and will be thrown in case of
an error in the caching execution
|
Copyright © 2018 WSO2. All rights reserved.