Interface CacheFactory

All Known Implementing Classes:
DefaultCacheFactory

public interface CacheFactory
Interface for distributed cache factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.cache.Cache<String,List<String>>
    createCache(com.atlassian.crowd.dao.membership.cache.QueryTypeCacheKey cacheKey, Duration ttl, int maxSize)
     
  • Method Details

    • createCache

      com.atlassian.cache.Cache<String,List<String>> createCache(com.atlassian.crowd.dao.membership.cache.QueryTypeCacheKey cacheKey, Duration ttl, int maxSize)