Uses of Class
org.miaixz.bus.http.cache.DiskLruCache.Snapshot
Packages that use DiskLruCache.Snapshot
-
Uses of DiskLruCache.Snapshot in org.miaixz.bus.http.cache
Methods in org.miaixz.bus.http.cache that return DiskLruCache.SnapshotModifier and TypeMethodDescription返回名为key的条目的快照,如果条目不存在,则返回null, 否则当前无法读取。如果返回一个值,它将被移动到LRU队列的头部Methods in org.miaixz.bus.http.cache that return types with arguments of type DiskLruCache.SnapshotModifier and TypeMethodDescriptionDiskLruCache.snapshots()返回缓存当前项的迭代器。这个迭代器不会抛出ConcurrentModificationException, 调用者必须close()每个由Iterator.next()返回的快照 如果做不到这一点,就会泄漏打开的文件,返回的迭代器支持Iterator.remove().