Uses of Class
com.loomcache.server.jcache.LoomJCacheConfig
Packages that use LoomJCacheConfig
-
Uses of LoomJCacheConfig in com.loomcache.server.jcache
Methods in com.loomcache.server.jcache that return LoomJCacheConfigModifier and TypeMethodDescriptionLoomJCacheConfig.Builder.build()LoomJCache.getConfiguration()Native accessor for the configuration (typed).Methods in com.loomcache.server.jcache with parameters of type LoomJCacheConfigModifier and TypeMethodDescription<K,V> LoomJCache <K, V> LoomJCacheManager.createCache(String name, LoomJCacheConfig<K, V> config) Create a cache with the given name and LoomCache-native configuration.Constructors in com.loomcache.server.jcache with parameters of type LoomJCacheConfigModifierConstructorDescriptionJCacheConfigMXBeanImpl(LoomJCacheConfig<?, ?> config) Create a configuration MXBean backed by a static config snapshot.LoomJCache(LoomJCacheConfig<K, V> config) Create a new JCache instance with default manager URI.LoomJCache(LoomJCacheConfig<K, V> config, String managerUri) Create a new JCache instance.LoomJCache(LoomJCacheConfig<K, V> config, String managerUri, @Nullable com.loomcache.server.jcache.LoomJCacheClusterClient distributedClusterClient)