Skip to content

alex-kalanis/kw_cache

Repository files navigation

kw_cache

Build Status Scrutinizer Code Quality Latest Stable Version Minimum PHP Version Downloads License Code Coverage

Cache content across the KWCMS. Use storage interfaces or directly volume. Contains a simple support for semaphores as remote flags for cache re-generating.

PHP Installation

composer.phar require alex-kalanis/kw_cache

(Refer to Composer Documentation if you are not familiar with composer)

PHP Usage

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Set storage(s) which will be used by cache.

3.) Connect the "kalanis\kw_cache*" into your app. Extends it for setting your case.

4.) Just call it