See: Description
| Interface | Description |
|---|---|
| Cacheable |
An object implements this interface to signal that it has a state that is cached.
|
| CachingStrategy |
An object implementing this interface defines a strategy of caching.
|
| Class | Description |
|---|---|
| NoCachingStrategy |
A caching strategy that disables the cache.
|
| StickyCachingStrategy |
A caching strategy that keeps the cache valid until it is invalidated.
|
| TimeLimitedCachingStrategy |
A caching strategy based on a given time.
|