接口分层结构
- com.github.houbb.cache.api.ICacheContext<K,V>
- com.github.houbb.cache.api.ICacheEntry<K,V>
- com.github.houbb.cache.api.ICacheEvict<K,V>
- com.github.houbb.cache.api.ICacheEvictContext<K,V>
- com.github.houbb.cache.api.ICacheExpire<K,V>
- com.github.houbb.cache.api.ICacheInterceptor<K,V>
- com.github.houbb.cache.api.ICacheInterceptorContext<K,V>
- com.github.houbb.cache.api.ICacheLoad<K,V>
- com.github.houbb.cache.api.ICachePersist<K,V>
- com.github.houbb.cache.api.ICacheRemoveListener<K,V>
- com.github.houbb.cache.api.ICacheRemoveListenerContext<K,V>
- com.github.houbb.cache.api.ICacheSlowListener
- com.github.houbb.cache.api.ICacheSlowListenerContext
- java.util.Map<K,V>
- com.github.houbb.cache.api.ICache<K,V>
注释类型分层结构
Copyright © 2020. All rights reserved.