indigophp/fuel-stash

This package is abandoned and no longer maintained. No replacement package was suggested.

Replacement for Fuel Cache class

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:fuel-package

dev-develop 2014-10-10 00:47 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:40:14 UTC


README

Packagist Version Total Downloads Software License

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 of Pool 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.