cache-service-provider
cache-service-provider copied to clipboard
A Cache Service Provider for Silex, using the doctrine/cache package
Currently all individual caches are services in a separate Pimple container, which is set as the `caches` service of the application. This makes it easy to pass the complete collection...
Currently the `cache.factory` and the `cache.namespace` services are protected closures, which return closures, which then return a cache instance. Change these services to be just protected closures, which return a...
Tasks: - [ ] Change the namespace to something where the `CacheNamespace` and the `CacheServiceProvider` class are in the same namespace (BC break) - [ ] Use PSR-4 autoloader in...