Restructure Cache to follow new paradigm

This commit is contained in:
Philipp Holzer 2021-10-23 10:49:27 +02:00
commit 68046573a4
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
52 changed files with 103 additions and 71 deletions

View file

@ -158,13 +158,13 @@ return [
]
],
Cache\ICache::class => [
'instanceOf' => Factory\CacheFactory::class,
'instanceOf' => Cache\Factory\CacheFactory::class,
'call' => [
['create', [], Dice::CHAIN_CALL],
],
],
Cache\IMemoryCache::class => [
'instanceOf' => Factory\CacheFactory::class,
'instanceOf' => Cache\Factory\CacheFactory::class,
'call' => [
['create', [], Dice::CHAIN_CALL],
],