Skip to content

Commit fa6ea6f

Browse files
committed
Remove unused cache config.
Fixes #947
1 parent b2aec50 commit fa6ea6f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

config/app.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,6 @@
130130
'duration' => '+1 years',
131131
'url' => env('CACHE_CAKEMODEL_URL', null),
132132
],
133-
134-
/*
135-
* Configure the cache for routes. The cached routes collection is built the
136-
* first time the routes are processed through `config/routes.php`.
137-
* Duration will be set to '+2 seconds' in bootstrap.php when debug = true
138-
*/
139-
'_cake_routes_' => [
140-
'className' => FileEngine::class,
141-
'prefix' => 'myapp_cake_routes_',
142-
'path' => CACHE,
143-
'serialize' => true,
144-
'duration' => '+1 years',
145-
'url' => env('CACHE_CAKEROUTES_URL', null),
146-
],
147133
],
148134

149135
/*

0 commit comments

Comments
 (0)