indigophp / fuel-stash
This package is abandoned and no longer maintained.
No replacement package was suggested.
Replacement for Fuel Cache class
dev-develop
2014-10-10 00:47 UTC
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.