接口分层结构
- 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.ICacheExpire<K,V>
- com.github.houbb.cache.api.ICacheExpireContext<K,V>
- com.github.houbb.cache.api.ICacheInterceptorContext<K,V>
- com.github.houbb.cache.api.ICacheLoad<K,V>
- com.github.houbb.cache.api.ICacheLoadContext<K,V>
- com.github.houbb.cache.api.ICacheMap<K,V>
- com.github.houbb.cache.api.ICache<K,V>
- com.github.houbb.cache.api.ICacheOrder
- com.github.houbb.cache.api.ICachePersist<K,V>
- com.github.houbb.cache.api.ICachePersistAofEntry
- com.github.houbb.cache.api.ICachePersistContext<K,V>
Copyright © 2025. All rights reserved.