public abstract class AbstractCacheCreator extends java.lang.Object implements CacheCreator
| 构造器和说明 |
|---|
AbstractCacheCreator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
buildCache() |
void |
clearCache() |
<T> T |
get(java.lang.Class key) |
void |
put(java.lang.Class key,
CacheExecutor executor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildCompanyRoleExecutor, buildCustomRoleExecutor, buildDepartmentExecutor, buildEntryExecutor, buildHomePageExecutor, buildLoginUserExecutor, buildModuleExecutor, buildPostExecutor, buildUserDeviceInfoExecutor, buildUserExecutor, getCompanyRoleExecutor, getCustomRoleExecutor, getDepartmentExecutor, getEntryExecutor, getHomePageExecutor, getLoginUserExecutor, getModuleExecutor, getPostExecutor, getUserDeviceInfoExecutor, getUserExecutorpublic <T> T get(java.lang.Class key)
public void put(java.lang.Class key,
CacheExecutor executor)
public void buildCache()
throws java.lang.Exception
buildCache 在接口中 CacheCreatorjava.lang.Exceptionpublic void clearCache()
throws java.lang.Exception
clearCache 在接口中 CacheCreatorjava.lang.Exception