|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.cache.CacheBuilder<K,V>
com.atlassian.cache.ehcache.EhCacheBuilder<K,V>
public class EhCacheBuilder<K,V>
Creates a Cache for the cacheName given.
Field Summary | |
---|---|
protected EhCacheManager |
factory
|
Fields inherited from class com.atlassian.cache.CacheBuilder |
---|
expireAfterAccess, expireAfterWrite, flushable, loader, local, maxEntries, name |
Constructor Summary | |
---|---|
EhCacheBuilder(java.lang.String name,
EhCacheManager factory)
|
Method Summary | |
---|---|
Cache<K,V> |
build()
|
Methods inherited from class com.atlassian.cache.CacheBuilder |
---|
expireAfterAccess, expireAfterWrite, flushable, getName, loader, local, maxEntries |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final EhCacheManager factory
Constructor Detail |
---|
public EhCacheBuilder(@NotNull java.lang.String name, @NotNull EhCacheManager factory)
Method Detail |
---|
public Cache<K,V> build()
build
in class CacheBuilder<K,V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |