Uses of Interface
org.infinispan.api.configuration.CacheConfiguration
Packages that use CacheConfiguration
-
Uses of CacheConfiguration in org.infinispan.api.async
Methods in org.infinispan.api.async that return types with arguments of type CacheConfigurationMethods in org.infinispan.api.async with parameters of type CacheConfigurationModifier and TypeMethodDescription<K,V> CompletionStage <AsyncCache<K, V>> AsyncCaches.create(String name, CacheConfiguration cacheConfiguration) AsyncCaches.createTemplate(String name, CacheConfiguration cacheConfiguration) -
Uses of CacheConfiguration in org.infinispan.api.mutiny
Methods in org.infinispan.api.mutiny that return types with arguments of type CacheConfigurationModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<CacheConfiguration> MutinyCache.configuration()The configuration for this cache.Methods in org.infinispan.api.mutiny with parameters of type CacheConfigurationModifier and TypeMethodDescription<K,V> io.smallrye.mutiny.Uni <MutinyCache<K, V>> MutinyCaches.create(String name, CacheConfiguration cacheConfiguration) io.smallrye.mutiny.Uni<Void> MutinyCaches.createTemplate(String name, CacheConfiguration cacheConfiguration) -
Uses of CacheConfiguration in org.infinispan.api.sync
Methods in org.infinispan.api.sync that return CacheConfigurationModifier and TypeMethodDescriptionSyncCache.configuration()Returns the configuration of this cacheMethods in org.infinispan.api.sync with parameters of type CacheConfigurationModifier and TypeMethodDescription<K,V> SyncCache <K, V> SyncCaches.create(String name, CacheConfiguration cacheConfiguration) voidSyncCaches.createTemplate(String name, CacheConfiguration cacheConfiguration) Creates a cache template