|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.cache.jbosscache.internal.JBossCacheCacheEntry<T>
T - the class of the data stored in the cache.public class JBossCacheCacheEntry<T>
Implements CacheEntry based on JBossCache.
| Constructor Summary | |
|---|---|
JBossCacheCacheEntry(Cache<T> cache,
java.lang.String key,
T data)
|
|
| 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 JBossCacheCacheEntry(Cache<T> cache,
java.lang.String key,
T data)
cache - the cache where this entry comes from.key - the entry key.data - the entry data.| 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 | |||||||||