|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DecoratedCacheType | |
|---|---|
| com.googlecode.ehcache.annotations | |
| com.googlecode.ehcache.annotations.resolver | |
| Uses of DecoratedCacheType in com.googlecode.ehcache.annotations |
|---|
| Methods in com.googlecode.ehcache.annotations that return DecoratedCacheType | |
|---|---|
static DecoratedCacheType |
DecoratedCacheType.getDecoratedCacheType(Cacheable ann,
java.lang.reflect.Method method)
Determine the DecoratedCacheType for the cacheable annotation |
static DecoratedCacheType |
DecoratedCacheType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DecoratedCacheType[] |
DecoratedCacheType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of DecoratedCacheType in com.googlecode.ehcache.annotations.resolver |
|---|
| Methods in com.googlecode.ehcache.annotations.resolver with parameters of type DecoratedCacheType | |
|---|---|
protected DefaultCacheResolverFactory.SelfPopulatingCacheTracker |
DefaultCacheResolverFactory.createSelfPopulatingCache(net.sf.ehcache.Ehcache cache,
int timeout,
DecoratedCacheType type,
long refreshinterval)
Create a new SelfPopulatingCache and corresponding CacheEntryFactory |
protected DefaultCacheResolverFactory.SelfPopulatingCacheTracker |
DefaultCacheResolverFactory.createSelfPopulatingCacheInternal(net.sf.ehcache.Ehcache cache,
int timeout,
DecoratedCacheType type,
long refreshinterval)
Creates or retrieves a SelfPopulatingCacheTracker for the specified cache depending on the configured SelfPopulatingCacheScope |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||