Package de.caluga.morphium.cache.jcache
Class CacheEntry<T>
- java.lang.Object
-
- de.caluga.morphium.cache.jcache.CacheEntry<T>
-
public class CacheEntry<T> extends Object
Created with IntelliJ IDEA. User: stephan Date: 15.04.14 Time: 10:06 To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description CacheEntry(T result, Object key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCreated()ObjectgetKey()longgetLru()TgetResult()Class<? extends T>getType()voidsetKey(String key)voidsetLru(long lru)voidsetResult(T result)voidsetType(Class<? extends T> type)
-