Missing <summary> Documentation for Spring.Aspects.Cache
| Class | Description |
|---|---|
| BaseCacheAdvice | Base class for different cache advice implementations that provide access to common functionality, such as obtaining a cache instance. |
| CacheAspect | Caching aspect implementation. |
| CacheParameterAdvice | Implementation of a parameter caching advice. |
| CacheParameterAdvisor | Convinience advisor implementation that applies CacheParameterAdvice to all the methods that have CacheParameterAttribute defined on one or more of their parameters. |
| CacheResultAdvice | Implementation of a result caching advice. |
| CacheResultAdvisor | Convinience advisor implementation that applies CacheResultAdvice to all the methods that have CacheResultAttribute defined. |
| InvalidateCacheAdvice | Implementation of a cache invalidation advice. |
| InvalidateCacheAdvisor | Convinience advisor implementation that applies InvalidateCacheAdvice to all the methods that have InvalidateCacheAttribute defined. |