imazen / imageflow-dotnet-server

A super-fast image server to speed up your site - deploy as a microservice, serverless, or embeddable.
https://docs.imageflow.io
GNU Affero General Public License v3.0
246 stars 33 forks source link

Removing an Item from HybridCache #93

Open mtlive opened 2 months ago

mtlive commented 2 months ago

Is there any way to remove an item from HybridCache? e.g. When the actual file is deleted, you no longer want the thumbnail to be available. A workaround is to check for the file existence but it's not a very efficient solution.