public class CacheHelper extends Object
| 构造器和说明 |
|---|
CacheHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addDeleteCacheKey(CacheKeyTO key) |
static void |
clearCacheOpType()
移除CacheOpType
|
static void |
clearDeleteCacheKeysSet() |
static CacheOpType |
getCacheOpType()
获取CacheOpType
|
static Set<CacheKeyTO> |
getDeleteCacheKeysSet() |
static void |
initDeleteCacheKeysSet() |
static boolean |
isOnTransactional() |
static void |
setCacheOpType(CacheOpType opType)
设置CacheOpType
|
public static CacheOpType getCacheOpType()
public static void setCacheOpType(CacheOpType opType)
opType - CacheOpTypepublic static void clearCacheOpType()
public static void initDeleteCacheKeysSet()
public static Set<CacheKeyTO> getDeleteCacheKeysSet()
public static void addDeleteCacheKey(CacheKeyTO key)
public static boolean isOnTransactional()
public static void clearDeleteCacheKeysSet()
Copyright © 2020. All rights reserved.