evictDocument method
Implementation
void evictDocument(String documentId) => _images.removeWhere((String cacheKey) => cacheKey.startsWith("$documentId#"));
void evictDocument(String documentId) => _images.removeWhere((String cacheKey) => cacheKey.startsWith("$documentId#"));