Skip to content
/ cache Public

Waran Cache is a simple cache class that saves your data in individual files.

License

Notifications You must be signed in to change notification settings

WaranNL/cache

Repository files navigation

Waran Cache

Demo

use Waran\Cache;

$cache = new Cache;
if(!$cache->read('cache_name'))
{
    $cache->write('cache_name', 'cache_data'));
}

About

Waran Cache is a simple cache class that saves your data in individual files.

Install

composer require brysemeijer/cache 1.0.x-dev

TODO

  • automatic type detection (e.g. array, json, raw, etc.)
  • travis-ci, scrutinizer, packaist images...

License

This project is open-sourced software licensed under the MIT license

About

Waran Cache is a simple cache class that saves your data in individual files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published