statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 71 forks source link

Clear blink cache on asset save #271

Closed ryanmitchell closed 2 months ago

ryanmitchell commented 2 months ago

The blink meta cache currently persists after save, delete etc, which can cause issues with bulk importing assets or accessing them programatically.

This PR ensures the blink cache is cleared on save, re upload etc.