moroz1999/cache

There is no license information available for the latest version (1.1.0) of this package.

Maintainers

Details

github.com/moroz1999/cache

Source

Installs: 280

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 3

Type:package

1.1.0 2020-12-20 22:04 UTC

This package is auto-updated.

Last update: 2024-04-21 05:07:14 UTC


README

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