SilverStripe\Core\Cache
Classes
Returns the most performant combination of caches available on the system:
PhpFilesCache(PHP 7 with opcache enabled)ApcuCache(requires APC) with aFilesystemCachefallback (for larger cache volumes)FilesystemCacheif none of the above is available
Assists with building of manifest cache prior to config being available
Interfaces
Defines a service that can flush its cache for a list of members