Interface CacheObjectValueContext
-
- All Known Implementing Classes:
CacheObjectContext,CacheQueryObjectValueContext
public interface CacheObjectValueContextContext to get value of cache object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaddDeploymentInfo()booleanbinaryEnabled()booleancopyOnGet()GridKernalContextkernalContext()booleanstoreValue()
-
-
-
Method Detail
-
kernalContext
GridKernalContext kernalContext()
- Returns:
- Kernal context.
-
copyOnGet
boolean copyOnGet()
- Returns:
- Copy on get flag.
-
storeValue
boolean storeValue()
- Returns:
Trueif should store unmarshalled value in cache.
-
addDeploymentInfo
boolean addDeploymentInfo()
- Returns:
Trueif deployment info should be associated with the objects of this cache.
-
binaryEnabled
boolean binaryEnabled()
- Returns:
- Binary enabled flag.
-
-