com.atlassian.confluence.cache
Interface CacheFactory

All Known Subinterfaces:
ReadThroughCacheFactory
All Known Implementing Classes:
TransactionalCacheFactory

public interface CacheFactory

Interface for creating caches.

See Also:
Cache

Method Summary
 com.atlassian.user.impl.cache.Cache getCache(String cacheName)
          Return the cache with the given name.
 

Method Detail

getCache

public com.atlassian.user.impl.cache.Cache getCache(String cacheName)
Return the cache with the given name.



Confluence is developed by Atlassian.