Uses of Class
com.xxl.tool.cache.model.CacheObject
Packages that use CacheObject
-
Uses of CacheObject in com.xxl.tool.cache.impl
Fields in com.xxl.tool.cache.impl with type parameters of type CacheObjectMethods in com.xxl.tool.cache.impl that return CacheObjectModifier and TypeMethodDescriptionprotected CacheObject<K,V> ReentrantCache.removeWithoutLock(K key) 移除key对应的对象,不加锁Methods in com.xxl.tool.cache.impl with parameters of type CacheObjectModifier and TypeMethodDescriptionprotected voidReentrantCache.onRemove(CacheObject<K, V> cacheObject) 对象移除回调