| Modifier and Type | Method and Description |
|---|---|
CacheEntry<V> |
RedisCacheExtended.getCacheEntry(K key)
look up a CacheEntry in the cache.
|
CacheEntry<V> |
RedisCache.getCacheEntry(K key)
look up a CacheEntry in the cache.
|
CacheEntry<V> |
InProcessCache.getCacheEntry(K key)
look up a CacheEntry in the cache.
|
CacheEntry<V> |
Cache.getCacheEntry(K key)
look up a CacheEntry in the cache.
|
Copyright © 2015. All rights reserved.