Uses of Class
com.loomcache.server.jcache.LoomJCache
Packages that use LoomJCache
-
Uses of LoomJCache in com.loomcache.server.jcache
Methods in com.loomcache.server.jcache that return LoomJCacheModifier 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.<K,V> @Nullable LoomJCache <K, V> Native get-by-name returning our raw cache type (backwards compatible).Constructors in com.loomcache.server.jcache with parameters of type LoomJCacheModifierConstructorDescriptionJCacheConfigMXBeanImpl(LoomJCache<?, ?> cache) Create a configuration MXBean backed by the given cache config.