
public interface CacheKeyMethodStore
| Modifier and Type | Method and Description |
|---|---|
Method |
getKeyMethod(Class<?> keyClass)
Gets method used to calculate cache key on given class.
|
Method getKeyMethod(Class<?> keyClass) throws NoSuchMethodException
keyClass - NoSuchMethodException - if class doesn't contain method annotated by CacheKeyMethod or toString() methodCopyright © 2019. All rights reserved.