类 LocalUserCacheProvider

java.lang.Object
com.walker.cache.AbstractCacheProvider<S_user_core>
com.iplatform.base.cache.LocalUserCacheProvider
所有已实现的接口:
UserCacheProvider, com.walker.cache.CacheProvider<S_user_core>, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<com.walker.cache.CacheProvider<S_user_core>>, org.springframework.beans.factory.InitializingBean

public class LocalUserCacheProvider extends com.walker.cache.AbstractCacheProvider<S_user_core> implements UserCacheProvider
本地用户缓存实现。
作者:
时克英
  • 字段概要

    从类继承的字段 com.walker.cache.AbstractCacheProvider

    count, logger, userCache

    从接口继承的字段 org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
     
    getUser(long userId)
     
    protected int
    loadDataToCache(com.walker.cache.Cache cache)
     
    void
    putUser(S_user_core user_core)
     
    void
    removeUser(long userId)
     
    void
     
    void
     

    从类继承的方法 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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • LocalUserCacheProvider

      public LocalUserCacheProvider()
  • 方法详细资料