2017 © Pedro Peláez
 

library cache

Caching library

image

lucid/cache

Caching library

  • Tuesday, April 12, 2016
  • by iwyg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Caching library.

Author Source Code Software License, (*1)

Build Status Code Coverage HHVM, (*2)

Requirements

php >= 5.6

Installation

$ composer require lucid/cache

Using the storage

<?php

use Lucid\Cache\Storage;
use Lucid\Cache\Client\Filesystem;

$cache = new Storate(new Filesystem('app/caches'));

$cache->set('id', 'value');
$cache->get('id'); // 'value'

Included clients

  • APCu
  • Filesystem
  • InMemory
  • Redis
  • Memcached
  • Memcache (php < 7.0)
  • XCache

The Versions

12/04 2016

dev-develop

dev-develop

Caching library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Appel

22/12 2015

dev-master

9999999-dev

Caching library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Appel

22/12 2015

v0.0.1

0.0.1.0

Caching library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Appel