storageMap method

Returns the internal map of the disk cache.

Implementation

LinkedHashMap<String, FileSystemEntity> storageMap() {
  return _storageCache.map;
}