moroz1999 / cache
There is no license information available for the latest version (1.1.0) of this package.
1.1.0
2020-12-20 22:04 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
Supported cache stores
- Flat files
- Alternative PHP Cache
- Windows Cache
- XCache
- Zend Cache Extension
- eAccelerator
- Memcache
- Memcached
- Redis
Serializers & Filters
fluxbb-cache also allows for adding serializers and filters to data, to further serialize, compress or encrypt data.