com.atlassian.cache
Interface CacheFactory

All Known Subinterfaces:
CacheManager

public interface CacheFactory

Interface for creating caches.

See Also:
Cache, CacheManager

Method Summary
 Cache getCache(java.lang.String name)
          Returns the cache with the given name, creates it if necessary.
 

Method Detail

getCache

public Cache getCache(java.lang.String name)
Returns the cache with the given name, creates it if necessary.

Parameters:
name - the name of the cache
Returns:
a Cache


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.