Cache clearing fails in MODX3.0.2 – PHP
When I try to clear the cache from Manager or from a snippet on MODX3.0.2, MODX does not empty the folders under core/cache/resource/ and the cache won't be cleared. I traced the problem to xPDOFileCache.php: public function delete($key, $options= array())…