Package org.xwiki.cache
Interface CacheEntry<T>
-
- Type Parameters:
T
- the class of the data stored in the cache.
public interface CacheEntry<T>
Represents a cache entry with it's key, value, etc.- Version:
- $Id: 32164bb81d9fda54612800c062ddd83210978988 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cache<T>
getCache()
String
getKey()
T
getValue()
-