mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
beafcf38db
The overhead of Zend_Cache in manifests is too high - we don't need LRU or tags, just somewhere to dump a bunch of data that persists You can replace the class used by defining SS_MANIFESTCACHE to be a class that implements the ManifestCache interface (we can't use the Config system to set this, as it isn't initialised yet). |
||
---|---|---|
.. | ||
manifest | ||
ArrayLib.php | ||
ClassInfo.php | ||
Config.php | ||
Convert.php | ||
Core.php | ||
DAG.php | ||
Diff.php | ||
Extension.php | ||
HTMLCleaner.php | ||
Object.php | ||
PaginatedList.php | ||
TempPath.php |