Uses of Class
org.apache.ignite.internal.processors.cache.CacheObjectImpl
-
Packages that use CacheObjectImpl Package Description org.apache.ignite.internal.processors.cacheobject Cache object processor. -
-
Uses of CacheObjectImpl in org.apache.ignite.internal.processors.cacheobject
Subclasses of CacheObjectImpl in org.apache.ignite.internal.processors.cacheobject Modifier and Type Class Description classPlatformCacheObjectImplWraps value provided by platform, must be transformed before stored in cache.classUserCacheObjectImplWraps value provided by user, must be serialized before stored in cache.
-