| java.lang.Object | |
| ↳ | org.springframework.cache.interceptor.CompositeCacheDefinitionSource |
Composite CacheDefinitionSource implementation that iterates
over a given array of CacheDefinitionSource instances.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new CompositeCachingDefinitionSource for the given sources.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the cache operation definition for this method.
| |||||||||||
Return the CacheDefinitionSource instances that this
CompositeCachingDefinitionSource combines.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.cache.interceptor.CacheDefinitionSource
| |||||||||||
Create a new CompositeCachingDefinitionSource for the given sources.
Return the cache operation definition for this method. Return null if the method is not cacheable.
| method | method |
|---|---|
| targetClass | target class. May be null, in which
case the declaring class of the method must be used. |
CacheDefinition the matching cache operation definition,
or null if none found
Return the CacheDefinitionSource instances that this CompositeCachingDefinitionSource combines.