2017 © Pedro Peláez
 

library cache

depage-cache is a simple caching class with different backends that are interchangable.

image

depage/cache

depage-cache is a simple caching class with different backends that are interchangable.

  • Wednesday, October 23, 2013
  • by jonasjonas
  • Repository
  • 1 Watchers
  • 1 Stars
  • 536 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

depage-cache / simple caching class with file and memory backends

depage-cache is a simple caching class with different backends that are interchangable, (*1)

Features

  • simple to use
  • saves all serializable objects
  • different interchangable backends:
    • File
    • Redis
    • Uncached
  • transparent fallback to file caching if memory caching is not available with the disposition "memory" option
  • unit tested

Build Status, (*2)

Prerequisites

  • PHP >= 7.2
  • redis extension for redis provider

For more information

License (dual)

The Versions

23/10 2013

dev-master

9999999-dev

depage-cache is a simple caching class with different backends that are interchangable.

  Sources   Download

MIT GPL-2.0

The Requires

  • php >= 5.3

 

The Development Requires

cache redis memcache caching memcached

23/10 2013

dev-merge

dev-merge

depage-cache is a simple caching class with different backends that are interchangable.

  Sources   Download

MIT GPL-2.0

The Requires

  • php >= 5.3

 

The Development Requires

cache redis memcache caching memcached