Package org.apache.openjpa.datacache
Interface DataCachePCData
-
- All Superinterfaces:
PCData
,java.io.Serializable
- All Known Implementing Classes:
DataCachePCDataImpl
public interface DataCachePCData extends PCData
SpecializedPCData
implementation for data caching.- Author:
- Patrick Linskey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getTimeOut()
Gets the original timeout of this instance.boolean
isTimedOut()
Whether this data is timed out.-
Methods inherited from interface org.apache.openjpa.kernel.PCData
getCache, getData, getId, getImplData, getType, getVersion, isLoaded, load, load, setImplData, setVersion, store, store
-
-