Interface | Description |
---|---|
MediatorCacheInvalidatorMBean |
Cache invalidator mbean interface
|
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.
|
CacheMediator |
CacheMediator will cache the response messages indexed using the hash value of the request message,
and subsequent messages with the same request (request hash will be generated and checked for the equality) within
the cache expiration period will be served from the stored responses in the cache
|
CachingConstants |
This class holds the mediator caching related constants
|
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 © 2017 WSO2. All rights reserved.