Add abstract cache layer

This commit is contained in:
Frederic Guillot
2015-09-20 12:38:35 -04:00
parent 8079b5af64
commit fe57edd9e8
10 changed files with 383 additions and 93 deletions

View File

@@ -72,12 +72,14 @@ class ClassProvider implements ServiceProviderInterface
'Helper',
'HttpClient',
'Lexer',
'MemoryCache',
'Request',
'Router',
'Session',
'Template',
),
'Core\Cache' => array(
'MemoryCache',
),
'Integration' => array(
'BitbucketWebhook',
'GithubWebhook',