storageMap method
Returns the internal map of the disk cache.
Implementation
LinkedHashMap<String, FileSystemEntity> storageMap() {
return _storageCache.map;
}
Returns the internal map of the disk cache.
LinkedHashMap<String, FileSystemEntity> storageMap() {
return _storageCache.map;
}