标签: android android-lru-cache
我在我的项目中使用DiskLruCache。它工作得很好,但我想知道是否可以在根缓存目录下创建子目录。
例如:
MainCache (Create by DiskLruCache.open function with 1GB limit) | --> Dir A | | | ---> Dir C | | --> Dir B
MainCache及其子目录下的文件总大小仍应符合1GB政策。