|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CacheDefinition
Interface describing Spring-compliant caching operation.
| Method Summary | |
|---|---|
Set<String> |
getCacheNames()
Returns the names of the cache against which this operation is performed. |
String |
getCondition()
Returns the SpEL expression conditioning the operation. |
String |
getKey()
Returns the SpEL expression identifying the cache key. |
String |
getName()
Returns the name of this operation. |
| Method Detail |
|---|
String getName()
Set<String> getCacheNames()
String getCondition()
String getKey()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||