mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
17 lines
362 B
YAML
17 lines
362 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
|
|
|
|
SilverStripe\Control\Middleware\HTTPCacheControlMiddleware:
|
|
defaultState: 'enabled'
|
|
defaultForcingLevel: 0
|