Uses of Class
org.apache.ignite.internal.processors.platform.cache.PlatformCache
-
-
Uses of PlatformCache in org.apache.ignite.internal.processors.platform.cache
Methods in org.apache.ignite.internal.processors.platform.cache with parameters of type PlatformCache Modifier and Type Method Description longPlatformCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type. -
Uses of PlatformCache in org.apache.ignite.internal.processors.platform.entityframework
Methods in org.apache.ignite.internal.processors.platform.entityframework with parameters of type PlatformCache Modifier and Type Method Description longPlatformDotNetEntityFrameworkCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type. -
Uses of PlatformCache in org.apache.ignite.internal.processors.platform.websession
Methods in org.apache.ignite.internal.processors.platform.websession with parameters of type PlatformCache Modifier and Type Method Description longPlatformDotNetSessionCacheExtension. processInOutStreamLong(PlatformCache target, int type, BinaryRawReaderEx reader, PlatformMemory mem)Invokes in-out operation with long return type.
-