Uses of Class
org.miaixz.bus.core.cache.provider.CacheObject
Packages that use CacheObject
Package
Description
提供简易缓存实现,此模块参考了jodd中的相应模块
各种缓存实现
-
Uses of CacheObject in org.miaixz.bus.core.cache
Methods in org.miaixz.bus.core.cache that return types with arguments of type CacheObject -
Uses of CacheObject in org.miaixz.bus.core.cache.provider
Fields in org.miaixz.bus.core.cache.provider with type parameters of type CacheObjectMethods in org.miaixz.bus.core.cache.provider that return CacheObjectModifier and TypeMethodDescriptionprotected CacheObject<K, V> AbstractCache.getWithoutLock(K key) 获取键对应的CacheObjectCacheObjectIterator.next()protected CacheObject<K, V> AbstractCache.removeWithoutLock(K key) 移除key对应的对象,不加锁Methods in org.miaixz.bus.core.cache.provider that return types with arguments of type CacheObjectModifier and TypeMethodDescriptionprotected Iterator<CacheObject<K, V>> AbstractCache.cacheObjIter()获取所有CacheObject值的Iterator形式NoCache.cacheObjIterator()ReentrantCache.cacheObjIterator()StampedCache.cacheObjIterator()Constructor parameters in org.miaixz.bus.core.cache.provider with type arguments of type CacheObject