braunmar/simplecache

Simple cache class ideal for tests or small projects.

dev-master 2016-07-26 13:01 UTC

This package is not auto-updated.

Last update: 2024-06-19 22:41:52 UTC


README

Simple cache

Simple cache for store simple data as associative array, string, int.

Instalation

The preferred way to install this extension is through composer.

$ composer require braunmar/simplecache

or add

"braunmar/simplecache": "*"

to the require section of your composer.json. Then rune:

$ composer update

Documentation

For full documentation see this link at demos.braunmar.cz/simplecache.

Licence

Simplecache is under MIT licence. See the LICENCE for details.