2017 © Pedro Peláez
 

library cache-bundle

Cache integration for the Memento caching library into Symfony2 and Perimeter API Gateway

image

perimeter/cache-bundle

Cache integration for the Memento caching library into Symfony2 and Perimeter API Gateway

  • Monday, October 9, 2017
  • by bshaffer
  • Repository
  • 3 Watchers
  • 9 Stars
  • 426 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

Perimeter CacheBundle

Build Status, (*1)

A Symfony Bundle that wraps the memento caching library and provides an extensible interface for integration with the Perimeter API Gateway., (*2)

Usage

You can access the memento caching library using the service container, (*3)

// get the cache client
$memento = $container->get('memento.client');

Or you can use the perimeter caching service, which implements Perimeter\CacheBundle\Cache\CacheServiceInterface in order to be interchangeable with other caching services., (*4)

Prefixes

The perimeter.cache service also supports cache prefixes, which can be important when deploying to multiple environments:, (*5)

Production config, (*6)

<!-- Resources/config/services_prod.xml -->
<parameter id="perimeter.cache.prefix">prod</parameter>

Beta config, (*7)

<!-- Resources/config/services_beta.xml -->
<parameter id="perimeter.cache.prefix>">beta</parameter>

This will ensure that if your cache engine is shared across environments (i.e. beta and prod share memcache or redis instances) the caching does not collide., (*8)

The Versions

09/10 2017

dev-develop

dev-develop

Cache integration for the Memento caching library into Symfony2 and Perimeter API Gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

file cache redis memcache perimeter memento api gateway

09/10 2017

v0.1.1

0.1.1.0

Cache integration for the Memento caching library into Symfony2 and Perimeter API Gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

file cache redis memcache perimeter memento api gateway

23/02 2015

v0.1.0

0.1.0.0

Cache integration for the Memento caching library into Symfony2 and Perimeter API Gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

file cache redis memcache perimeter memento api gateway