clear_cache icon indicating copy to clipboard operation
clear_cache copied to clipboard

clear cakephp caches with shell or within your app, also includes debugkit panel to clean caches

Results 2 clear_cache issues
Sort by recently updated
recently updated
newest added

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......