* tspInfoService added

* caching is now enadbled on api endpoints
* cli task created for cache renewal
This commit is contained in:
Dávid Danyi
2017-09-08 15:31:21 +02:00
parent d10ebb4931
commit 0b7f357c29
12 changed files with 276 additions and 105 deletions

View File

@@ -5,11 +5,13 @@ return [
'invokables' => [],
'factories' => [
App\Command\UpdateLabInfoCommand::class => App\Command\UpdateLabInfoFactory::class,
App\Command\UpdatePageCachesCommand::class => App\Command\UpdatePageCachesFactory::class,
],
],
'console' => [
'commands' => [
App\Command\UpdateLabInfoCommand::class,
App\Command\UpdatePageCachesCommand::class,
],
],
];