跳过导航链接
A C D E G H I K L M N P R S V W 

A

AbstractCacheFactory<C extends Cache> - cn.sliew.milky.cache中的类
 
AbstractCacheFactory() - 类 的构造器cn.sliew.milky.cache.AbstractCacheFactory
 

C

Cache<K,V> - cn.sliew.milky.cache中的接口
todo 异步功能支持
CacheFactory - cn.sliew.milky.cache中的接口
 
CacheLoader<K,V> - cn.sliew.milky.cache中的接口
 
CacheOptions<K,V> - cn.sliew.milky.cache中的类
 
CacheOptions() - 类 的构造器cn.sliew.milky.cache.CacheOptions
 
CacheOptions.WriteMode - cn.sliew.milky.cache中的枚举
缓存的四种模式:stand by,read through,write through,write behind。
CacheWriter<K,V> - cn.sliew.milky.cache中的接口
Cache writer used for write-through operations.
clear() - 接口 中的方法cn.sliew.milky.cache.Cache
 
cn.sliew.milky.cache - 程序包 cn.sliew.milky.cache
 
cn.sliew.milky.cache.support - 程序包 cn.sliew.milky.cache.support
 
computeIfAbsent(K, CacheLoader<K, V>, Duration) - 接口 中的方法cn.sliew.milky.cache.Cache
 
containsKey(K) - 接口 中的方法cn.sliew.milky.cache.Cache
 

D

defaults() - 类 中的静态方法cn.sliew.milky.cache.CacheOptions
 
delete(K) - 接口 中的方法cn.sliew.milky.cache.CacheWriter
 
destroy() - 接口 中的方法cn.sliew.milky.cache.Cache
 

E

equals(Object) - 类 中的方法cn.sliew.milky.cache.CacheOptions
 

G

get(K) - 接口 中的方法cn.sliew.milky.cache.Cache
 
getCache(CacheOptions) - 类 中的方法cn.sliew.milky.cache.AbstractCacheFactory
 
getCache(CacheOptions) - 接口 中的方法cn.sliew.milky.cache.CacheFactory
 
getLoader() - 类 中的方法cn.sliew.milky.cache.CacheOptions
 
getName() - 类 中的方法cn.sliew.milky.cache.CacheOptions
 
getWriteBehindThreads() - 类 中的方法cn.sliew.milky.cache.CacheOptions
 
getWriteMode() - 类 中的方法cn.sliew.milky.cache.CacheOptions
 
getWriter() - 类 中的方法cn.sliew.milky.cache.CacheOptions
 

H

hashCode() - 类 中的方法cn.sliew.milky.cache.CacheOptions
 
hotKeyIterator(int) - 接口 中的方法cn.sliew.milky.cache.Cache
 

I

INSTANCE - 类 中的静态变量cn.sliew.milky.cache.support.NullKey
 
INSTANCE - 类 中的静态变量cn.sliew.milky.cache.support.NullValue
 

K

keyIterator() - 接口 中的方法cn.sliew.milky.cache.Cache
 

L

load(K) - 接口 中的方法cn.sliew.milky.cache.CacheLoader
 
loader(CacheLoader<K, V>) - 类 中的方法cn.sliew.milky.cache.CacheOptions
Sets CacheLoader object.

M

map - 类 中的变量cn.sliew.milky.cache.AbstractCacheFactory
 

N

name() - 接口 中的方法cn.sliew.milky.cache.Cache
 
name(String) - 类 中的方法cn.sliew.milky.cache.CacheOptions
Sets cache name.
newCache(CacheOptions) - 类 中的方法cn.sliew.milky.cache.AbstractCacheFactory
 
NullKey - cn.sliew.milky.cache.support中的类
 
NullKey() - 类 的构造器cn.sliew.milky.cache.support.NullKey
 
NullValue - cn.sliew.milky.cache.support中的类
 
NullValue() - 类 的构造器cn.sliew.milky.cache.support.NullValue
 

P

put(K, V) - 接口 中的方法cn.sliew.milky.cache.Cache
 
put(K, V, Duration) - 接口 中的方法cn.sliew.milky.cache.Cache
 

R

reload(K, V) - 接口 中的方法cn.sliew.milky.cache.CacheLoader
 
remove(K) - 接口 中的方法cn.sliew.milky.cache.Cache
 
removeAll(Iterable<K>) - 接口 中的方法cn.sliew.milky.cache.Cache
 

S

size() - 接口 中的方法cn.sliew.milky.cache.Cache
 
stats(MeterRegistry) - 接口 中的方法cn.sliew.milky.cache.Cache
通过MeterBinder进行暴露
supportNullKey() - 接口 中的方法cn.sliew.milky.cache.Cache
 
supportNullValue() - 接口 中的方法cn.sliew.milky.cache.Cache
 

V

valueOf(String) - 枚举 中的静态方法cn.sliew.milky.cache.CacheOptions.WriteMode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.sliew.milky.cache.CacheOptions.WriteMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

write(K, V) - 接口 中的方法cn.sliew.milky.cache.CacheWriter
 
writeBehindThreads(int) - 类 中的方法cn.sliew.milky.cache.CacheOptions
Sets threads amount used in write behind mode.
writeMode(CacheOptions.WriteMode) - 类 中的方法cn.sliew.milky.cache.CacheOptions
Sets write mode.
writer(CacheWriter<K, V>) - 类 中的方法cn.sliew.milky.cache.CacheOptions
Sets CacheWriter object.
A C D E G H I K L M N P R S V W 
跳过导航链接

Copyright © 2021. All rights reserved.