mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
91cfcb8229
Remove hardcoded references to pages and SiteTree Remove assumption that records are versioned Remove or validate assumptions about methods on the model class Improve general architecture of CMSMain
19 lines
572 B
YAML
19 lines
572 B
YAML
---
|
|
Name: cmscache
|
|
After:
|
|
- '#corecache'
|
|
---
|
|
SilverStripe\Core\Injector\Injector:
|
|
Psr\SimpleCache\CacheInterface.CMSMain_TreeHints:
|
|
factory: SilverStripe\Core\Cache\CacheFactory
|
|
constructor:
|
|
namespace: "CMSMain_TreeHints"
|
|
Psr\SimpleCache\CacheInterface.SiteTree_CreatableChildren:
|
|
factory: SilverStripe\Core\Cache\CacheFactory
|
|
constructor:
|
|
namespace: "SiteTree_CreatableChildren"
|
|
Psr\SimpleCache\CacheInterface.SiteTree_PageIcons:
|
|
factory: SilverStripe\Core\Cache\CacheFactory
|
|
constructor:
|
|
namespace: "SiteTree_PageIcons"
|