|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.cache.interceptor.CompositeCacheOperationSource
public class CompositeCacheOperationSource
Composite CacheOperationSource implementation that iterates
over a given array of CacheOperationSource instances.
| Constructor Summary | |
|---|---|
CompositeCacheOperationSource(CacheOperationSource... cacheOperationSources)
Create a new CompositeCacheOperationSource for the given sources. |
|
| Method Summary | |
|---|---|
java.util.Collection<CacheOperation> |
getCacheOperations(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
Return the collection of cache operations for this method, or null
if the method contains no cacheable annotations. |
CacheOperationSource[] |
getCacheOperationSources()
Return the CacheOperationSource instances that this
CompositeCacheOperationSource combines. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeCacheOperationSource(CacheOperationSource... cacheOperationSources)
cacheOperationSources - the CacheOperationSource instances to combine| Method Detail |
|---|
public final CacheOperationSource[] getCacheOperationSources()
CacheOperationSource instances that this
CompositeCacheOperationSource combines.
public java.util.Collection<CacheOperation> getCacheOperations(java.lang.reflect.Method method,
java.lang.Class<?> targetClass)
CacheOperationSourcenull
if the method contains no cacheable annotations.
getCacheOperations in interface CacheOperationSourcemethod - the method to introspecttargetClass - the target class (may be null, in which case
the declaring class of the method must be used)
null if none found
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||