Package de.xima.fc.mdl.cache
Class GenericCacheModel<T>
- java.lang.Object
-
- de.xima.fc.mdl.cache.ACacheModel
-
- de.xima.fc.mdl.cache.GenericCacheModel<T>
-
- All Implemented Interfaces:
Serializable
public class GenericCacheModel<T> extends ACacheModel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericCacheModel(T data, int version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getData()
-
Methods inherited from class de.xima.fc.mdl.cache.ACacheModel
getVersion
-
-