|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.cache.oscache.internal.OSCacheCacheEntry<T>
T - the class of the data stored in the cache.public class OSCacheCacheEntry<T>
Implements CacheEntry based on OSCache.
| Constructor Summary | |
|---|---|
OSCacheCacheEntry(OSCacheCache<T> cache,
com.opensymphony.oscache.base.CacheEntry entry)
|
|
| Method Summary | |
|---|---|
Cache<T> |
getCache()
|
java.lang.String |
getKey()
|
T |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OSCacheCacheEntry(OSCacheCache<T> cache,
com.opensymphony.oscache.base.CacheEntry entry)
cache - the cache where this entry comes from.entry - the OSCache cache entry.| Method Detail |
|---|
public Cache<T> getCache()
getCache in interface CacheEntry<T>CacheEntry.getCache()public T getValue()
getValue in interface CacheEntry<T>CacheEntry.getValue()public java.lang.String getKey()
getKey in interface CacheEntry<T>CacheEntry.getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||