alex-kalanis/kw_cache

Cache for KWCMS

v4.0.0 2024-03-31 15:00 UTC

This package is auto-updated.

Last update: 2024-05-31 00:19:45 UTC


README

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