类 SqlCachedHsqldbImpl
java.lang.Object
com.gdxsoft.easyweb.cache.SqlCachedHsqldbImpl
- 所有已实现的接口:
ISqlCached
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanCached a binary databooleanCached a binary databooleanAdd a cachebooleanAdd a cachestatic booleancreateTable(String tableName, List<String> sqlCreates) 如果不存在则创建表Get a cached objectGet a binary datastatic SqlCachedHsqldbImplGet a text databoolean删除单个缓存boolean删除多个缓存
-
字段详细资料
-
CONN_STR
-
DEBUG
-
-
构造器详细资料
-
SqlCachedHsqldbImpl
public SqlCachedHsqldbImpl()
-
-
方法详细资料
-
getInstance
-
add
Add a cache- 指定者:
add在接口中ISqlCached- 参数:
key- the cache keyvalue- the cache value- 返回:
- successful
-
add
Add a cache- 指定者:
add在接口中ISqlCached- 参数:
key- the cache keyvalue- the cache valuememo- the cache memo- 返回:
- successful
-
add
Cached a binary data- 指定者:
add在接口中ISqlCached- 参数:
key- the cached keyvalue- the cached valuememo- the cached memo- 返回:
- successful
-
add
Cached a binary data- 指定者:
add在接口中ISqlCached- 参数:
key- the cached keyvalue- the cached value- 返回:
- successful
-
getBinary
Get a binary data- 指定者:
getBinary在接口中ISqlCached- 参数:
key- the cached key- 返回:
-
getText
Get a text data- 指定者:
getText在接口中ISqlCached- 参数:
key- the cached key- 返回:
-
get
Get a cached object- 指定者:
get在接口中ISqlCached- 参数:
key- the cached keytype- the cached type(BIN/ TEXT)- 返回:
-
remove
删除单个缓存- 指定者:
remove在接口中ISqlCached- 参数:
key-type-- 返回:
-
removes
删除多个缓存- 指定者:
removes在接口中ISqlCached- 参数:
keys-type-- 返回:
-
createTable
如果不存在则创建表- 参数:
tableName-sqlCreate-- 返回:
-