laravel-registry icon indicating copy to clipboard operation
laravel-registry copied to clipboard

Config Setting to Disable Cache

Open adamgoose opened this issue 11 years ago • 1 comments

For developing, it'd be really helpful if I can disable the cache. I'd publish the config file into my "local" environment config, and set "use_cache" to false or something.

adamgoose avatar Apr 23 '14 17:04 adamgoose

Why would this be helpful? The cache is killed/updated every time you update the registry. The cache is just in place so that it doesn't have to make a DB call for every Registry::get.

Torann avatar Feb 09 '15 18:02 Torann