public interface CacheExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildCache()
构建缓存信息
|
void |
clearCache()
清理所有的缓存信息
|
java.lang.Class |
getClassKey()
缓存器的class标识
|
void |
rebuildCache()
重新构建缓存信息
|
void buildCache()
throws java.lang.Exception
java.lang.Exception - 缓存信息构建失败则抛出异常void rebuildCache()
throws java.lang.Exception
java.lang.Exception - 缓存信息构建失败则抛出异常void clearCache()
throws java.lang.Exception
java.lang.Exceptionjava.lang.Class getClassKey()