mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
13 lines
250 B
YAML
13 lines
250 B
YAML
---
|
|
Name: app-cache
|
|
After:
|
|
- app-basics
|
|
---
|
|
|
|
SilverStripe\Core\Injector\Injector:
|
|
Psr\SimpleCache\CacheInterface.appCache:
|
|
factory: SilverStripe\Core\Cache\CacheFactory
|
|
constructor:
|
|
namespace: "appCache"
|
|
defaultLifetime: 3600
|