JavaScript is disabled on your browser.
Skip navigation links
pap4j-boot3
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
cn.net.pap.cache.annotation
Annotation Interface CacheEvictField
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
CacheEvictField
自定义缓存注解类,添加了自定义的缓存字段(缓存特定字段)
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
key
Element Details
value
String
value
key
String
key
Default:
""