contains method
Check if the given file system entity is present in the cache.
Implementation
bool contains(FileSystemEntity entity, {String key = ''}) =>
_getCacheLocation(entity, key: key).existsSync();
Check if the given file system entity is present in the cache.
bool contains(FileSystemEntity entity, {String key = ''}) =>
_getCacheLocation(entity, key: key).existsSync();