public class DefaultBeeExtCache extends Object implements org.teasoft.bee.osql.BeeExtCache
| Constructor and Description |
|---|
DefaultBeeExtCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String sql,
Object result) |
void |
addInExtCache(String key,
Object result) |
void |
clear(String sql) |
void |
clearInExtCache(String key) |
Object |
get(String sql) |
Object |
getInExtCache(String key) |
public void add(String sql, Object result)
add in interface org.teasoft.bee.osql.Cachepublic void clear(String sql)
clear in interface org.teasoft.bee.osql.Cachepublic Object getInExtCache(String key)
getInExtCache in interface org.teasoft.bee.osql.BeeExtCachepublic void addInExtCache(String key, Object result)
addInExtCache in interface org.teasoft.bee.osql.BeeExtCachepublic void clearInExtCache(String key)
clearInExtCache in interface org.teasoft.bee.osql.BeeExtCacheCopyright © 2024. All rights reserved.