2017 © Pedro Peláez
 

library cache

A simpler string cache interface than PSR-6.

image

journey/cache

A simpler string cache interface than PSR-6.

  • Friday, March 17, 2017
  • by justin-schroeder
  • Repository
  • 2 Watchers
  • 0 Stars
  • 199 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 4 % Grown

The README.md

Journey Cache

Build Status Code Coverage Scrutinizer Code Quality, (*1)

What

Journey cache is a very simple string caching interface. It is a much simpler alternative to the PSR-6 interface, and mostly useful for basic string cache. The interface comes bundled with a local file cache (LocalAdapter) and a memcached (MemcachedAdapter) implementation., (*2)

Interface

interface CacheAdapterInterface
{
    public function set($key, $value, $expiration = 0);
    public function get($key);
    public function delete($key);
    public function clear();
}

It's simple enough you can probably guess how to write your own adapters, but if you want more documentation, read the interface., (*3)

Note: The PSR-6 interface is fantastic, but sometimes you just don't need to be as verbose or robust as it requires. This fills that gap., (*4)

The Versions

17/03 2017

dev-master

9999999-dev http://github.com/journeygroup/fermi

A simpler string cache interface than PSR-6.

  Sources   Download

MIT

The Development Requires

cache memcached

17/03 2017

1.1.0

1.1.0.0 http://github.com/journeygroup/fermi

A simpler string cache interface than PSR-6.

  Sources   Download

MIT

The Development Requires

cache memcached

17/03 2017

1.0.5

1.0.5.0 http://github.com/journeygroup/fermi

A simpler string cache interface than PSR-6.

  Sources   Download

MIT

The Development Requires

cache memcached

10/02 2017

1.0.4

1.0.4.0 http://github.com/journeygroup/fermi

A simpler string cache interface than PSR-6.

  Sources   Download

MIT

The Development Requires

cache memcached

10/02 2017

1.0.3

1.0.3.0 http://github.com/journeygroup/fermi

A simpler string cache interface than PSR-6.

  Sources   Download

MIT

The Requires

 

cache memcached

09/02 2017

1.0.2

1.0.2.0 http://github.com/journeygroup/fermi

A simpler string cache interface than PSR-6.

  Sources   Download

MIT

The Requires

 

cache memcached

09/02 2017

1.0.1

1.0.1.0 http://github.com/journeygroup/fermi

A simpler string cache interface than PSR-6.

  Sources   Download

MIT

The Requires

 

cache memcached

09/02 2017

1.0.0

1.0.0.0 http://github.com/journeygroup/fermi

A simpler string cache interface than PSR-6.

  Sources   Download

The Requires

 

cache memcached