public class DefaultCacheFactory extends Object implements CacheFactory
CacheFactory.
Caches will expire after write, replicate asynchronously and via invalidation.| Constructor and Description |
|---|
DefaultCacheFactory(com.atlassian.cache.CacheFactory cacheFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.cache.Cache<String,List<String>> |
createCache(com.atlassian.crowd.dao.membership.cache.QueryTypeCacheKey cacheKey,
Duration cacheTtl,
int maxEntries) |
public DefaultCacheFactory(com.atlassian.cache.CacheFactory cacheFactory)
public com.atlassian.cache.Cache<String,List<String>> createCache(com.atlassian.crowd.dao.membership.cache.QueryTypeCacheKey cacheKey, Duration cacheTtl, int maxEntries)
createCache in interface CacheFactoryCopyright © 2023 Atlassian. All rights reserved.