Uses of Interface
org.apache.ignite.internal.processors.platform.cache.store.PlatformCacheStore
-
Packages that use PlatformCacheStore Package Description org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.dotnet -
-
Uses of PlatformCacheStore in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform with parameters of type PlatformCacheStore Modifier and Type Method Description voidPlatformNoopProcessor. registerStore(PlatformCacheStore store, boolean convertBinary)Register cache store.voidPlatformProcessor. registerStore(PlatformCacheStore store, boolean convertBinary)Register cache store.voidPlatformProcessorImpl. registerStore(PlatformCacheStore store, boolean convertBinary)Register cache store. -
Uses of PlatformCacheStore in org.apache.ignite.internal.processors.platform.dotnet
Classes in org.apache.ignite.internal.processors.platform.dotnet that implement PlatformCacheStore Modifier and Type Class Description classPlatformDotNetCacheStore<K,V>Wrapper for .NET cache store implementations.
-