|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheReasonEnum | |
ca.uhn.cache | |
ca.uhn.cache.impl | |
ca.uhn.cache.internal | |
ca.uhn.cache.internal.impl | |
ca.uhn.cache.proxy | |
ca.uhn.cache.proxy.impl |
Uses of CacheReasonEnum in ca.uhn.cache |
Fields in ca.uhn.cache declared as CacheReasonEnum | |
static CacheReasonEnum |
CacheReasonEnum.QUERY
Describes cached data that are in the cache because they have been queried by a user. |
static CacheReasonEnum |
CacheReasonEnum.PRE_FETCH
Describes cached data that are in the cache because they have been pre-fetched. |
Methods in ca.uhn.cache that return CacheReasonEnum | |
static CacheReasonEnum |
CacheReasonEnum.getEnum(java.lang.String theName)
|
Uses of CacheReasonEnum in ca.uhn.cache.impl |
Methods in ca.uhn.cache.impl that return CacheReasonEnum | |
CacheReasonEnum[] |
Chunk.getReasons()
|
Constructors in ca.uhn.cache.impl with parameters of type CacheReasonEnum | |
Chunk(java.lang.String theId,
VolatilityEnum theVolatility,
java.util.Date theLastUpdateTime,
java.util.Date theCacheTime,
java.util.Date theLastAccessTime,
CacheReasonEnum[] theReasons,
IQuery theBoundaries)
|
Uses of CacheReasonEnum in ca.uhn.cache.internal |
Methods in ca.uhn.cache.internal that return CacheReasonEnum | |
CacheReasonEnum[] |
IChunk.getReasons()
|
Methods in ca.uhn.cache.internal with parameters of type CacheReasonEnum | |
IChunk |
IChunkStore.put(IQuery theQuery,
VolatilityEnum theVolatility,
CacheReasonEnum[] theReasons)
Places a IChunk corresponding to the specified IQuery
in this IChunkStore . |
Uses of CacheReasonEnum in ca.uhn.cache.internal.impl |
Methods in ca.uhn.cache.internal.impl with parameters of type CacheReasonEnum | |
IChunk |
HibernateChunkStore.put(IQuery theQuery,
VolatilityEnum theVolatility,
CacheReasonEnum[] theReasons)
Places a IChunk corresponding to the specified IQuery
in this IChunkStore . |
Uses of CacheReasonEnum in ca.uhn.cache.proxy |
Methods in ca.uhn.cache.proxy that return CacheReasonEnum | |
CacheReasonEnum |
IMethodAdapter.getReason(java.lang.Object[] theMethodArgs)
|
Uses of CacheReasonEnum in ca.uhn.cache.proxy.impl |
Methods in ca.uhn.cache.proxy.impl that return CacheReasonEnum | |
CacheReasonEnum |
AbstractMethodAdapter.getReason(java.lang.Object[] theMethodArgs)
Defaults to CacheReasonEnum.QUERY. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |