类 RedisNotificationTemplateCache
java.lang.Object
com.walker.cache.AbstractCacheProvider<T>
com.walker.support.redis.cache.RedisCacheProvider<NotificationTemplateVo>
com.iplatform.base.cache.RedisNotificationTemplateCache
- 所有已实现的接口:
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 RedisNotificationTemplateCache
extends com.walker.support.redis.cache.RedisCacheProvider<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.support.redis.cache.RedisCacheProvider
destroy, getCacheCount, getCacheData, getRedisCache, getRedisRootData, isSupportExpiredCache, provideCacheInstance, putCacheData, putCacheData, reload, removeCacheData, setRedisHelper, setSupportExpiredCache, updateCacheData从类继承的方法 com.walker.cache.AbstractCacheProvider
afterPropertiesSet, getCache, getCacheList, getCacheParam, getCreateTime, getObject, getObjectType, isLoadPage, isSingleton, isUseRedis, loadPageDataToCache, putCacheList, putCacheList, putCacheListAppend, queryListLimit, removeCacheList, removeCacheList, setCacheParam, setLoadPage, setPageSize, setUseRedis, size, toString
-
构造器详细资料
-
RedisNotificationTemplateCache
public RedisNotificationTemplateCache()
-
-
方法详细资料
-
loadDataToCache
protected int loadDataToCache(com.walker.cache.Cache cache) - 覆盖:
loadDataToCache在类中com.walker.support.redis.cache.RedisCacheProvider<NotificationTemplateVo>
-
get
- 指定者:
get在接口中NotificationTemplateCache
-
save
- 指定者:
save在接口中NotificationTemplateCache
-
update
- 指定者:
update在接口中NotificationTemplateCache
-
remove
- 指定者:
remove在接口中NotificationTemplateCache
-
getProviderName
- 指定者:
getProviderName在接口中com.walker.cache.CacheProvider<NotificationTemplateVo>
-
getProviderType
- 指定者:
getProviderType在接口中com.walker.cache.CacheProvider<NotificationTemplateVo>
-
setNotificationService
-