Package stroom.query.common.v2
Class AbstractInMemorySearchResponseCreatorCacheFactory
- java.lang.Object
-
- stroom.query.common.v2.AbstractInMemorySearchResponseCreatorCacheFactory
-
- All Implemented Interfaces:
SearchResponseCreatorCacheFactory
public abstract class AbstractInMemorySearchResponseCreatorCacheFactory extends java.lang.Object implements SearchResponseCreatorCacheFactory
-
-
Constructor Summary
Constructors Constructor Description AbstractInMemorySearchResponseCreatorCacheFactory()
-
Method Summary
Modifier and Type Method Description protected abstract void
addAdditionalBuildOptions(com.google.common.cache.CacheBuilder<SearchResponseCreatorCache.Key,SearchResponseCreator> cacheBuilder)
SearchResponseCreatorCache
create(StoreFactory storeFactory)
protected abstract void
registerCache(com.google.common.cache.CacheBuilder<SearchResponseCreatorCache.Key,SearchResponseCreator> cacheBuilder, com.google.common.cache.Cache<SearchResponseCreatorCache.Key,SearchResponseCreator> cache)
Allows for the cache and its builder to be registered with a cache manager
-
-
-
Method Detail
-
create
public SearchResponseCreatorCache create(StoreFactory storeFactory)
- Specified by:
create
in interfaceSearchResponseCreatorCacheFactory
-
addAdditionalBuildOptions
protected abstract void addAdditionalBuildOptions(com.google.common.cache.CacheBuilder<SearchResponseCreatorCache.Key,SearchResponseCreator> cacheBuilder)
-
registerCache
protected abstract void registerCache(com.google.common.cache.CacheBuilder<SearchResponseCreatorCache.Key,SearchResponseCreator> cacheBuilder, com.google.common.cache.Cache<SearchResponseCreatorCache.Key,SearchResponseCreator> cache)
Allows for the cache and its builder to be registered with a cache manager
-
-