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
 Cache getCache(String cacheName)
          Return the cache with the given name.
 

Method Detail

getCache

public Cache getCache(String cacheName)
Return the cache with the given name.



Confluence is developed by Atlassian.