Package org.apache.ignite.internal.processors.cacheobject
Cache object processor.
-
Interface Summary Interface Description IgniteCacheObjectProcessor Cache objects processor. -
Class Summary Class Description NoOpBinary PlatformCacheObjectImpl Wraps value provided by platform, must be transformed before stored in cache.UserCacheObjectByteArrayImpl Wraps value provided by user, must be copied before stored in cache.UserCacheObjectImpl Wraps value provided by user, must be serialized before stored in cache.UserKeyCacheObjectImpl Wraps key provided by user, must be serialized before stored in cache.