@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface CacheNamespace
Modifier and Type | Optional Element and Description |
---|---|
boolean |
blocking |
Class<? extends Cache> |
eviction |
long |
flushInterval |
Class<? extends Cache> |
implementation |
Property[] |
properties
Property values for a implementation object.
|
boolean |
readWrite |
int |
size |
public abstract Property[] properties
Copyright © 2009–2017 MyBatis.org. All rights reserved.