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.
- Flat files
- Alternative PHP Cache
- Windows Cache
- XCache
- Zend Cache Extension
- eAccelerator
- Memcache
- Memcached
- Redis
fluxbb-cache also allows for adding serializers and filters to data, to further serialize, compress or encrypt data.