Uses of Interface
org.miaixz.bus.http.cache.DiskLruCache.DiskFile
Packages that use DiskLruCache.DiskFile
-
Uses of DiskLruCache.DiskFile in org.miaixz.bus.http.cache
Fields in org.miaixz.bus.http.cache declared as DiskLruCache.DiskFileModifier and TypeFieldDescriptionstatic final DiskLruCache.DiskFileDiskLruCache.DiskFile.SYSTEMThe host machine's local file system.Methods in org.miaixz.bus.http.cache with parameters of type DiskLruCache.DiskFileModifier and TypeMethodDescriptionstatic DiskLruCacheDiskLruCache.create(DiskLruCache.DiskFile diskFile, File directory, int appVersion, int valueCount, long maxSize) 创建一个驻留在directory中的缓存。Constructors in org.miaixz.bus.http.cache with parameters of type DiskLruCache.DiskFileModifierConstructorDescriptionCache(File directory, long maxSize, DiskLruCache.DiskFile diskFile)