Class | Description |
---|---|
DefaultCacheStats |
Statistics about the performance of a
Cache . |
GuavaCache<K,V> |
This class is used to wrap a Guava
Cache . |
InMemoryCache<K,V> |
A cache implementation that stores the information in memory.
|
NoCache<K,V> |
A cache implementation that does not store any information.
|
Copyright © 2007–2024. All rights reserved.