indigophp / fuel-stash
Replacement for Fuel Cache class
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:fuel-package
pkg:composer/indigophp/fuel-stash
Requires
- composer/installers: ~1.0
- indigophp/fuel-dependency: dev-develop
- tedivm/stash: ~0.12.0
Requires (Dev)
- codeception/codeception: ~2.0.0
This package is not auto-updated.
Last update: 2022-02-01 12:40:14 UTC
README
This package is a wrapper around tedivm/stash package, also replaces the core Cache
class.
Install
Via Composer
{ "require": { "indigophp/fuel-stash": "@stable" } }
Usage
Load the stash
package before any cache usage. Use Cache
class as usually.
Notes
- Cache dependencies are not supported. Check Stash docs for similar feature.
- XCache is not supported by Stash.
- Changing driver runtime is not supported. After first using a pool, the driver remains the same.
- Instead of
Cache_Storage_Driver
an instance ofPool
is returned. - The stringifying logic is removed for now.
For more details check Stash docs.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.