|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.cache.internal.DefaultCacheFactory
@Component public class DefaultCacheFactory
Default implementation of CacheFactory.
| Constructor Summary | |
|---|---|
DefaultCacheFactory()
|
|
| Method Summary | ||
|---|---|---|
|
newCache(CacheConfiguration config)
Create and return a custom cache. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCacheFactory()
| Method Detail |
|---|
public <T> Cache<T> newCache(CacheConfiguration config)
throws CacheException
newCache in interface CacheFactoryT - the class of the data stored in the cache.config - the cache configuration.
Cache.
CacheException - error when creating the cache.CacheFactory.newCache(org.xwiki.cache.config.CacheConfiguration)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||