/cache

A PHP cache abstraction library for FluxBB.

Primary LanguagePHPGNU Lesser General Public License v2.1LGPL-2.1

fluxbb-cache Build status

fluxbb-cache is an API abstraction around various different cache stores available for PHP. Filters are supported to allow encoding of data during storage. For cache stores that do not support data expiration (i.e. use of TTL) it is emulated.

Documentation

On our website

Supported cache stores

Serializers & Filters

fluxbb-cache also allows for adding serializers and filters to data, to further serialize, compress or encrypt data.

License

LGPL - GNU Lesser General Public License