Uses of Class
com.loomcache.client.LoomCache
Packages that use LoomCache
Package
Description
-
Uses of LoomCache in com.loomcache.client
Methods in com.loomcache.client that return LoomCacheModifier and TypeMethodDescriptionLoomCache.addDistributedObjectListener(DistributedObjectListener listener) LoomCache.addLifecycleListener(LifecycleListener listener) LoomCache.addMembershipListener(MembershipListener listener) FailoverLoomClient.asCache()static LoomCacheConnect to a LoomCache cluster using default configuration.static LoomCacheConnect to a LoomCache cluster using default configuration.static LoomCacheLoomCache.connectFailover(ClientFailoverConfig config) Connect using an ordered blue/green failover configuration.static LoomCacheLoomCache.wrap(LoomClient client) Wrap an existing LoomClient in a LoomCache instance. -
Uses of LoomCache in com.loomcache.springboot.autoconfigure
Methods in com.loomcache.springboot.autoconfigure that return LoomCacheModifier and TypeMethodDescriptionLoomAutoConfiguration.loomClient(LoomProperties properties) Creates and connects a LoomCache client.Methods in com.loomcache.springboot.autoconfigure with parameters of type LoomCacheModifier and TypeMethodDescriptionLoomAutoConfiguration.loomCacheManager(LoomCache loomClient, LoomProperties properties) Creates a Spring CacheManager backed by LoomCache.Method parameters in com.loomcache.springboot.autoconfigure with type arguments of type LoomCacheModifier and TypeMethodDescriptionLoomAutoConfiguration.loomHealthIndicator(org.springframework.beans.factory.ObjectProvider<LoomCache> loomClientProvider, org.springframework.beans.factory.ObjectProvider<CacheNode> cacheNodeProvider) Constructors in com.loomcache.springboot.autoconfigure with parameters of type LoomCacheModifierConstructorDescriptionLoomHealthIndicator(@Nullable LoomCache loomcache, @Nullable CacheNode cacheNode) Construct a health indicator that also considers the embedded server path.LoomHealthIndicator(LoomCache loomcache) Construct a health indicator for a pure client deployment. -
Uses of LoomCache in com.loomcache.springboot.cache
Methods in com.loomcache.springboot.cache that return LoomCacheConstructors in com.loomcache.springboot.cache with parameters of type LoomCacheModifierConstructorDescriptionLoomCacheManager(LoomCache loomClient) Convenience constructor without eager cache names.LoomCacheManager(LoomCache loomClient, List<String> eagerCacheNames) Construct a new LoomCacheManager with the supplied eager cache names propagated from Spring properties.LoomCacheManager(LoomCache loomClient, List<String> eagerCacheNames, Duration defaultTtl) LoomSpringCache(String name, LoomCache loomClient) Construct a new Spring Cache backed by a LoomCache distributed map.LoomSpringCache(String name, LoomCache loomClient, Duration defaultTtl) -
Uses of LoomCache in com.loomcache.springboot.controller
Constructors in com.loomcache.springboot.controller with parameters of type LoomCacheModifierConstructorDescriptionQueryController(LoomCache loomcache) TopicController(DistributedTopic<String> defaultTopic, CacheNode cacheNode, LoomCache loomCache) Create a TopicController with a DistributedTopic. -
Uses of LoomCache in com.loomcache.springboot.session
Methods in com.loomcache.springboot.session with parameters of type LoomCacheModifier and TypeMethodDescription@NonNull LoomSessionRepositoryLoomSessionAutoConfiguration.loomSessionRepository(@NonNull LoomCache loomCache, @NonNull LoomProperties properties) Constructors in com.loomcache.springboot.session with parameters of type LoomCacheModifierConstructorDescriptionLoomSessionRepository(@NonNull LoomCache loomCache, @NonNull LoomProperties properties)