laracasts / matryoshka

Russian Doll Caching in Laravel

Home Page:https://laracasts.com/series/russian-doll-caching-in-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ctf0 opened this issue · comments

commented

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.