Uses of Interface
org.infinispan.persistence.factory.CacheStoreFactory
-
Packages that use CacheStoreFactory Package Description org.infinispan.persistence.factory -
-
Uses of CacheStoreFactory in org.infinispan.persistence.factory
Classes in org.infinispan.persistence.factory that implement CacheStoreFactory Modifier and Type Class Description class
LocalClassLoaderCacheStoreFactory
Default implementation, which uses Local class loader.Methods in org.infinispan.persistence.factory with parameters of type CacheStoreFactory Modifier and Type Method Description void
CacheStoreFactoryRegistry. addCacheStoreFactory(CacheStoreFactory cacheStoreFactory)
Adds a new factory for processing.
-