cache-service-provider icon indicating copy to clipboard operation
cache-service-provider copied to clipboard

A Cache Service Provider for Silex, using the doctrine/cache package

Results 3 cache-service-provider issues
Sort by recently updated
recently updated
newest added

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...

discussion

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...