Interface CacheFactory
- All Known Implementing Classes:
DefaultCacheFactory
public interface CacheFactory
Interface for distributed cache factory.
-
Method Summary
Modifier and TypeMethodDescriptioncreateCache
(com.atlassian.crowd.dao.membership.cache.QueryTypeCacheKey cacheKey, Duration ttl, int maxSize)
-
Method Details
-
createCache
-