Uses of Package
com.googlecode.ehcache.annotations

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

Classes in com.googlecode.ehcache.annotations used by com.googlecode.ehcache.annotations
AdviceType
          Possible types of cache related advice
Cacheable
          Annotation for methods whose return values should be cached.
CacheableAttribute
          Represents the objects needed to intercept calls to methods annotated with Cacheable
CacheableInterceptor
          Used by Cacheable to allow logic to be injected into the caching API.
CacheException
          Base runtime exception for this project.
DecoratedCacheType
          Defines the type of cache decorator that will be added to the cache as it is iteracted with from the cache interceptor
DefaultCacheableInterceptor
          Default interceptor that always returns cached values, throws cached exceptions and always caches values and exceptions.
DefaultTriggersRemoveInterceptor
          Default interceptor that always removes values.
MethodAttribute
          Common information about advised methods.
ParameterMask
          Represents a mask for method parameters, tracking which parameters are included in the mask by a boolean array.
SelfPopulatingCacheScope
          Scope at which the SelfPopulatingCache should be applied.
TriggersRemoveAttribute
          Represents the objects needed to intercept calls to methods annotated with TriggersRemove
TriggersRemoveInterceptor
          Used by TriggersRemove to allow logic to be injected into the triggers remove API.
When
          Simple enum to describe 'when' an action should occur (before or after method invocation).
 

Classes in com.googlecode.ehcache.annotations used by com.googlecode.ehcache.annotations.impl
AdviceType
          Possible types of cache related advice
Cacheable
          Annotation for methods whose return values should be cached.
CacheableAttribute
          Represents the objects needed to intercept calls to methods annotated with Cacheable
CacheableInterceptor
          Used by Cacheable to allow logic to be injected into the caching API.
CacheAttributeSource
          This interface provides operations to determine if methods/classes have CacheableAttribute or TriggersRemoveAttribute information.
KeyGenerator
          Specifies and configures a CacheKeyGenerator in a Spring ApplicationContext that is a child of the application's context.
ParameterMask
          Represents a mask for method parameters, tracking which parameters are included in the mask by a boolean array.
Property
          A bean property used to configure the generator.
ResolverFactory
          Specifies and configures a CacheResolverFactory in a Spring ApplicationContext that is a child of the application's context.
SelfPopulatingCacheScope
          Scope at which the SelfPopulatingCache should be applied.
TriggersRemove
          Annotation for methods who's calls trigger removal of data from a cache
TriggersRemoveAttribute
          Represents the objects needed to intercept calls to methods annotated with TriggersRemove
TriggersRemoveInterceptor
          Used by TriggersRemove to allow logic to be injected into the triggers remove API.
 

Classes in com.googlecode.ehcache.annotations used by com.googlecode.ehcache.annotations.interceptor
CacheableAttribute
          Represents the objects needed to intercept calls to methods annotated with Cacheable
CacheAttributeSource
          This interface provides operations to determine if methods/classes have CacheableAttribute or TriggersRemoveAttribute information.
MethodAttribute
          Common information about advised methods.
 

Classes in com.googlecode.ehcache.annotations used by com.googlecode.ehcache.annotations.resolver
Cacheable
          Annotation for methods whose return values should be cached.
DecoratedCacheType
          Defines the type of cache decorator that will be added to the cache as it is iteracted with from the cache interceptor
SelfPopulatingCacheScope
          Scope at which the SelfPopulatingCache should be applied.
TriggersRemove
          Annotation for methods who's calls trigger removal of data from a cache
 



Copyright © 2011. All Rights Reserved.