跳过导航链接
A C D E F G I L M N P S T V 

A

AbstractSimpleRepository - net.jahhan.cache.repository.common中的类
 
AbstractSimpleRepository() - 类 的构造器net.jahhan.cache.repository.common.AbstractSimpleRepository
 
AbstractSmpDayRepository - net.jahhan.cache.repository.common中的类
简单类型,当天晚上24点过期
AbstractSmpDayRepository() - 类 的构造器net.jahhan.cache.repository.common.AbstractSmpDayRepository
 
AbstractSmpTTLCountRepository - net.jahhan.cache.repository.common中的类
 
AbstractSmpTTLCountRepository() - 类 的构造器net.jahhan.cache.repository.common.AbstractSmpTTLCountRepository
 
AbstractSmpTTLRepository - net.jahhan.cache.repository.common中的类
简单类型,并且有过期时间
AbstractSmpTTLRepository() - 类 的构造器net.jahhan.cache.repository.common.AbstractSmpTTLRepository
 
accept(EventObject) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpDayRepository
 
accept(EventObject) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLCountRepository
 
accept(EventObject) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLRepository
 
addDate(int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
时间天数加减加

C

Cache - net.jahhan.cache.annotation中的注释类型
 
convertDateFormat(Integer, String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
Counter - net.jahhan.cache.util中的类
 
Counter(int) - 类 的构造器net.jahhan.cache.util.Counter
 
createCacheKey(Map<String, String>, Object[]) - 接口 中的方法net.jahhan.cache.CustomCacheKeyCreater
创建缓存key
curTimestamp() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
CustomCacheKeyCreater - net.jahhan.cache中的接口
Created by linwb on 2017/12/6 0006.

D

DateTimeUtils - net.jahhan.cache.util中的类
 
DateTimeUtils() - 类 的构造器net.jahhan.cache.util.DateTimeUtils
 
DBCache - net.jahhan.spi中的接口
 
DBSeqCache - net.jahhan.spi中的接口
 
del(String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
 
del(String...) - 接口 中的方法net.jahhan.spi.DBCache
 
del(String...) - 接口 中的方法net.jahhan.spi.TokenCache
 
delMulti(String[]) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
只能在不分库的表中使用
deserialize(byte[], Class<T>) - 类 中的静态方法net.jahhan.cache.util.SerializerUtil
 

E

exists(String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
 
exists(String) - 接口 中的方法net.jahhan.spi.DBCache
 
exists(String) - 接口 中的方法net.jahhan.spi.TokenCache
 
expire(String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLCountRepository
 
expire(String, int) - 接口 中的方法net.jahhan.spi.DBCache
 
expire(String, int) - 接口 中的方法net.jahhan.spi.TokenCache
 
expired(String, int) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
 

F

FastBackEnum - net.jahhan.cache.annotation.enumeration中的枚举
 

G

get(String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
根据id获取值
get(String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpDayRepository
 
get(String, Class<T>) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLCountRepository
 
get(String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLRepository
 
get(String) - 接口 中的方法net.jahhan.spi.DBCache
 
get(String) - 接口 中的方法net.jahhan.spi.TokenCache
 
getAddExpectedTime(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
返回页面前端显示传入的预计送达时间格式 yyyy-MM-dd HH:mm-HH:mm,将此格式进行解析
getBeforeThirtyDays() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getBinary(byte[]) - 接口 中的方法net.jahhan.spi.DBCache
 
getBinary(byte[]) - 接口 中的方法net.jahhan.spi.TokenCache
 
getBytes(String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
 
getCachedCount() - 类 中的方法net.jahhan.cache.util.Counter
 
getCounter() - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLCountRepository
 
getcurrent_yyyy_mm_dd() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getCurrentWeekIndex() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
返回当前是周几(从星期一开始算起)
getDate(long, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getDateInSecondes(Integer) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getDateMillionSeconds(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getDateSeconds(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getDateToInteger(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getDay(Date) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
返回int类型的年月日,比如20140819
getDayInTimestamp(int, long) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getDayStr(Date) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
返回int类型的年月日,比如20140819
getExistSecond() - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
在redis中存活的时间
getExistSecond() - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLRepository
在redis中存活的时间
getExpectedTime(String, String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
返回给APP客户端显示的预计送达时间格式
getFormatTime(Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getHHMM(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getHour(long, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getHourTimestamp(long, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getLastDay() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getLastDayInTimestamp() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getLeaveAckTimestampDiff(Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getLeaveTimeBysendTime(Timestamp, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getLeaveTimestampDiff(Timestamp, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getMonth(long, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getMultiByteValue(Collection<byte[]>) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
 
getMultiValue(Collection<String>) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
批量获取id对应的值.
getMultiValue(Collection<String>, Class<T>) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
批量获取id对应的值.
getMultiValue(String[]) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
批量获取id对应的值.值的顺序和ids的顺序一致 注意:这个方法仅适用于不需要分库的表
getNowyyyy_mm_dd() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getProcessDays(int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimelong(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimeMillis(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
获取指定时间对应的毫秒数
getTimes(int, int, int, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimesMonthNight() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimesMorning() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimesMorning(long) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimesNight() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimesNight(long) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimestampDiff(Timestamp, Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getTimeStampSeconds(Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getVisitCount() - 类 中的方法net.jahhan.cache.util.Counter
 
getWeek(long, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getWeekIndex(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getWeekName(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getyyyy_mm_ddDate(long, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getyyyy_mm_ddsssDate() - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
getyyyymmddDate(long, int) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 

I

inc(String) - 类 中的静态方法net.jahhan.cache.repository.common.SeqRepository
 
incCached() - 类 中的方法net.jahhan.cache.util.Counter
 
incr(String) - 接口 中的方法net.jahhan.spi.DBSeqCache
 
incrBy(String, long) - 类 中的静态方法net.jahhan.cache.repository.common.SeqRepository
 
incrBy(String, long) - 接口 中的方法net.jahhan.spi.DBSeqCache
 
isCacheRefresh() - 类 中的方法net.jahhan.cache.util.Counter
一定访问次数的时候,返回true。
isToday(Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 

L

long2Timestamp(long) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 

M

main(String[]) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
mget(String[]) - 接口 中的方法net.jahhan.spi.DBCache
 
mget(String[]) - 接口 中的方法net.jahhan.spi.TokenCache
 
mgetByte(byte[][]) - 接口 中的方法net.jahhan.spi.DBCache
 
mgetByte(byte[][]) - 接口 中的方法net.jahhan.spi.TokenCache
 

N

net.jahhan.cache - 程序包 net.jahhan.cache
 
net.jahhan.cache.annotation - 程序包 net.jahhan.cache.annotation
 
net.jahhan.cache.annotation.enumeration - 程序包 net.jahhan.cache.annotation.enumeration
 
net.jahhan.cache.repository.common - 程序包 net.jahhan.cache.repository.common
 
net.jahhan.cache.util - 程序包 net.jahhan.cache.util
 
net.jahhan.spi - 程序包 net.jahhan.spi
 

P

pexpireAt(String, long) - 接口 中的方法net.jahhan.spi.DBCache
 
pexpireAt(String, long) - 接口 中的方法net.jahhan.spi.TokenCache
 
pexpiredAt(String, long) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
 

S

SeqRepository - net.jahhan.cache.repository.common中的类
用于生成自增长的数字
SeqRepository() - 类 的构造器net.jahhan.cache.repository.common.SeqRepository
 
serializeFrom(Object) - 类 中的静态方法net.jahhan.cache.util.SerializerUtil
 
SerializerUtil - net.jahhan.cache.util中的类
 
SerializerUtil() - 类 的构造器net.jahhan.cache.util.SerializerUtil
 
set(String, Object) - 类 中的方法net.jahhan.cache.repository.common.AbstractSimpleRepository
 
set(String, String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpDayRepository
 
set(String, Object) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLCountRepository
 
set(String, String) - 类 中的方法net.jahhan.cache.repository.common.AbstractSmpTTLRepository
 
set(String, long) - 类 中的静态方法net.jahhan.cache.repository.common.SeqRepository
 
set(String, long) - 接口 中的方法net.jahhan.spi.DBSeqCache
 
set(String, String) - 接口 中的方法net.jahhan.spi.TokenCache
 
setByte(byte[], byte[]) - 接口 中的方法net.jahhan.spi.DBCache
 
setByte(byte[], byte[]) - 接口 中的方法net.jahhan.spi.TokenCache
 
setEx(byte[], int, byte[]) - 接口 中的方法net.jahhan.spi.DBCache
 
setEx(String, int, String) - 接口 中的方法net.jahhan.spi.DBCache
 
setEx(byte[], int, byte[]) - 接口 中的方法net.jahhan.spi.TokenCache
 
setEx(String, int, String) - 接口 中的方法net.jahhan.spi.TokenCache
 
str2Timestamp(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 

T

time2Str(long, String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
timeComparison(Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
timestamp2Str(Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
timestamp2StrDate(Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
timestamp2StrMonth(Timestamp) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
timestampStr2Str(String) - 类 中的静态方法net.jahhan.cache.util.DateTimeUtils
 
TokenCache - net.jahhan.spi中的接口
 
toString() - 类 中的方法net.jahhan.cache.util.Counter
 
ttl(String) - 接口 中的方法net.jahhan.spi.TokenCache
 

V

valueOf(String) - 枚举 中的静态方法net.jahhan.cache.annotation.enumeration.FastBackEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法net.jahhan.cache.annotation.enumeration.FastBackEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E F G I L M N P S T V 
跳过导航链接

Copyright © 2018. All rights reserved.