@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 |
boolean |
readWrite |
int |
size |
public abstract Class<? extends Cache> implementation
public abstract Class<? extends Cache> eviction
public abstract long flushInterval
public abstract int size
public abstract boolean readWrite
public abstract boolean blocking
Copyright © 2009–2016 MyBatis.org. All rights reserved.