public class HsqlDbCacheManager extends Object
Description:
Copyright: Copyright (c) 2003-2021
Company: www.justdos.net
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CREATE_CACHETABLE_SQL |
static String |
CREATE_INDEX_SQL |
static String |
CREATE_INDEX_SQL2 |
static String |
TABLE_NAME |
static String |
THREAD_LOCK |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearAllCache() |
void |
dumpCache(String configKey) |
static Map |
getAllCache() |
Map |
getAllCacheNS()
Returns all caches that this this manager contained.
|
static Cache |
getCache(String cacheKey) |
Cache |
getCacheNS(String cacheKey)
Gets Cache object for certain application with cacheKey
|
static HsqlDbCacheManager |
getInstance() |
static boolean |
isCacheEnabled()
Returns true if cache is globally enabled.
|
boolean |
isCacheEnabledNS()
Returns true if cache is globally enabled.
|
void |
loadCache(String cacheKey) |
public static String TABLE_NAME
public static final String CREATE_CACHETABLE_SQL
public static final String CREATE_INDEX_SQL
public static final String CREATE_INDEX_SQL2
public static HsqlDbCacheManager getInstance()
public void loadCache(String cacheKey)
public void clearAllCache()
public void dumpCache(String configKey)
public Cache getCacheNS(String cacheKey)
public Map getAllCacheNS()
public static Map getAllCache()
public boolean isCacheEnabledNS()
public static boolean isCacheEnabled()
Copyright © 2023 onecode. All rights reserved.