moroz1999/cache
There is no license information available for the latest version (1.1.0) of this package.
Maintainers
1.1.0
2020-12-20 22:04 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License 250f5f50de2e21a4b312ab6f386050b32a137615
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.
