| Interface | Description |
|---|---|
| CacheHelper |
CacheHelper interface is an user-extensible interface to customize:
a) the key generation b) whether to cache the response.
|
| CacheKeyGenerator |
CacheKeyGenerator: a helper interface to generate the key that is
used to cache this request.
|
| CacheManagerListener |
listener for the CacheManager events
|
| Class | Description |
|---|---|
| CacheManager | |
| DefaultCacheHelper |
DefaultCacheHelper interface is the built-in implementation of the
CacheHelper interface to aide in:
a) the key generation b) whether to cache the response. |
Copyright © 2019. All rights reserved.