public interface Cache
extends com.ibatis.sqlmap.engine.cache.FlushListener
Date: 2015-08-10,15:41:15 +0800
| Modifier and Type | Interface and Description |
|---|---|
static class |
Cache.Nul |
| Modifier and Type | Field and Description |
|---|---|
static Object |
NULL_OBJECT
This is used to represent null objects that are returned from the cache so that they can be cached, too.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
long |
getFlushs() |
long |
getHits() |
String |
getId() |
<T> T |
getObject(Object key) |
long |
getPeriodMillis() |
long |
getRequests() |
<T> void |
putObject(Object key,
T value) |
static final Object NULL_OBJECT
Copyright © 2084–2018 dukeware.com. All rights reserved.