| Modifier and Type | Method and Description |
|---|---|
void |
addInExtCache(String key,
Object result)
Put the result in the cache identify with key(sql).
|
void |
clearInExtCache(String key)
Clear the cache result of related table by key(sql).
|
Object |
getInExtCache(String key)
Get the cache result by key(sql).
|
Object getInExtCache(String key)
key - cache key,normally it is sql.void addInExtCache(String key, Object result)
key - cache key,normally it is sql.result - result recordvoid clearInExtCache(String key)
key - cache key,normally it is sql.Copyright © 2023. All rights reserved.