类 LocalNotificationTemplateCache
java.lang.Object
com.walker.cache.AbstractCacheProvider<NotificationTemplateVo>
com.iplatform.base.cache.LocalNotificationTemplateCache
- 所有已实现的接口:
NotificationTemplateCache,com.walker.cache.CacheProvider<NotificationTemplateVo>,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<com.walker.cache.CacheProvider<NotificationTemplateVo>>,org.springframework.beans.factory.InitializingBean
public class LocalNotificationTemplateCache
extends com.walker.cache.AbstractCacheProvider<NotificationTemplateVo>
implements NotificationTemplateCache
-
字段概要
从类继承的字段 com.walker.cache.AbstractCacheProvider
count, logger, userCache从接口继承的字段 org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Class<?>protected intloadDataToCache(com.walker.cache.Cache cache) voidvoidsave(NotificationTemplateVo category) voidsetNotificationService(NotificationServiceImpl notificationService) voidupdate(NotificationTemplateVo category) 从类继承的方法 com.walker.cache.AbstractCacheProvider
afterPropertiesSet, destroy, getCache, getCacheCount, getCacheData, getCacheList, getCacheParam, getCreateTime, getObject, getObjectType, isLoadPage, isSingleton, isUseRedis, loadPageDataToCache, provideCacheInstance, putCacheData, putCacheData, putCacheList, putCacheList, putCacheListAppend, queryListLimit, reload, removeCacheData, removeCacheList, removeCacheList, setCacheParam, setLoadPage, setPageSize, setUseRedis, size, toString, updateCacheData
-
构造器详细资料
-
LocalNotificationTemplateCache
public LocalNotificationTemplateCache()
-
-
方法详细资料
-
get
- 指定者:
get在接口中NotificationTemplateCache
-
save
- 指定者:
save在接口中NotificationTemplateCache
-
update
- 指定者:
update在接口中NotificationTemplateCache
-
remove
- 指定者:
remove在接口中NotificationTemplateCache
-
loadDataToCache
protected int loadDataToCache(com.walker.cache.Cache cache) - 指定者:
loadDataToCache在类中com.walker.cache.AbstractCacheProvider<NotificationTemplateVo>
-
getProviderName
- 指定者:
getProviderName在接口中com.walker.cache.CacheProvider<NotificationTemplateVo>
-
getProviderType
- 指定者:
getProviderType在接口中com.walker.cache.CacheProvider<NotificationTemplateVo>
-
setNotificationService
-