Uses of Class
com.googlecode.ehcache.annotations.SelfPopulatingCacheScope

Packages that use SelfPopulatingCacheScope
com.googlecode.ehcache.annotations   
com.googlecode.ehcache.annotations.impl   
com.googlecode.ehcache.annotations.resolver   
 

Uses of SelfPopulatingCacheScope in com.googlecode.ehcache.annotations
 

Methods in com.googlecode.ehcache.annotations that return SelfPopulatingCacheScope
static SelfPopulatingCacheScope SelfPopulatingCacheScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SelfPopulatingCacheScope[] SelfPopulatingCacheScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SelfPopulatingCacheScope in com.googlecode.ehcache.annotations.impl
 

Methods in com.googlecode.ehcache.annotations.impl with parameters of type SelfPopulatingCacheScope
 void CacheAttributeSourceImpl.setSelfPopulatingCacheScope(SelfPopulatingCacheScope selfPopulatingCacheScope)
           
 

Uses of SelfPopulatingCacheScope in com.googlecode.ehcache.annotations.resolver
 

Methods in com.googlecode.ehcache.annotations.resolver with parameters of type SelfPopulatingCacheScope
 void DefaultCacheResolverFactory.setSelfPopulatingCacheScope(SelfPopulatingCacheScope selfPopulatingCacheScope)
           
 



Copyright © 2011. All Rights Reserved.