clear_cache
clear_cache copied to clipboard
clear cakephp caches with shell or within your app, also includes debugkit panel to clean caches
Noticed that thee are no unit tests. The code should be covered with unit tests where reasonable. I guess that means at least the following should be covered: https://github.com/ceeram/clear_cache/blob/master/Lib/ClearCache.php https://github.com/ceeram/clear_cache/blob/master/Lib/Panel/ClearCachePanel.php
#### Issue Every time I clear `All cache files`, it clears everything except `*_cake_core_file_map`. I tried to delete this file myself then clear the cache again after it was regenerated......