Uses of Class
org.miaixz.bus.http.cache.DiskLruCache.Editor
Packages that use DiskLruCache.Editor
-
Uses of DiskLruCache.Editor in org.miaixz.bus.http.cache
Methods in org.miaixz.bus.http.cache that return DiskLruCache.EditorModifier and TypeMethodDescriptionReturns an editor for the entry namedkey, or null if another edit is in progress.DiskLruCache.Snapshot.edit()Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.