|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheKeyGenerator<T extends java.io.Serializable>
Generates a unique key based on the description of an invocation to an intercepted method.
| Method Summary | |
|---|---|
T |
generateKey(org.aopalliance.intercept.MethodInvocation methodInvocation)
Generates the key for a cache entry. |
T |
generateKey(java.lang.Object... data)
Generates the key for a cache entry. |
| Method Detail |
|---|
T generateKey(org.aopalliance.intercept.MethodInvocation methodInvocation)
methodInvocation - the description of an invocation to the intercepted method.
SerializableT generateKey(java.lang.Object... data)
data - the objects to use when generating the key
Serializable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||