|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheKey | |
|---|---|
| org.nnsoft.sameas4j.cache | Simple cache APIs to store sameas.org results. |
| Uses of CacheKey in org.nnsoft.sameas4j.cache |
|---|
| Methods in org.nnsoft.sameas4j.cache with parameters of type CacheKey | ||
|---|---|---|
|
InMemoryCache.get(CacheKey cacheKey,
Class<T> type)
Retrieves an object from the cache. |
|
|
Cache.get(CacheKey cacheKey,
Class<T> type)
Retrieves an object from the cache. |
|
|
InMemoryCache.put(CacheKey cacheKey,
T cacheValue)
Add a new entry in the cache. |
|
|
Cache.put(CacheKey cacheKey,
T cacheValue)
Add a new entry in the cache. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||