Package cn.net.pap.cache.annotation
Annotation Interface CacheableField
自定义缓存注解类,添加了自定义的缓存字段(缓存特定字段)
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
String value
-
-
-
key
String key- Default:
- ""
-
fields
CacheableType[] fields指定要缓存的字段- Returns:
- Default:
- {}
-