Uses of Interface
com.loomcache.springboot.repository.CacheEntryRepository
Packages that use CacheEntryRepository
-
Uses of CacheEntryRepository in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config with parameters of type CacheEntryRepositoryModifier and TypeMethodDescriptionCacheNodeConfig.writeThroughCacheStore(CacheEntryRepository repository) Create write-through cache store bean. -
Uses of CacheEntryRepository in com.loomcache.springboot.persistence
Constructors in com.loomcache.springboot.persistence with parameters of type CacheEntryRepositoryModifierConstructorDescriptionWriteThroughCacheStore(CacheEntryRepository repository, String nodeId, int instanceNumber) Construct the write-through cache store.