laracasts / matryoshka

Russian Doll Caching in Laravel
https://laracasts.com/series/russian-doll-caching-in-laravel
MIT License
238 stars 38 forks source link

[Proposal] check the file creation and clear the cache accordingly #10

Closed ctf0 closed 7 years ago

ctf0 commented 8 years ago

maybe we can use http://php.net/manual/en/function.filemtime.php to check for the file creation time and if its different than the cache key time then we clear the cache automaticlly , local or production & so we wont need the service provider condition.