2017 © Pedro PelĂĄez
 

fuel-package fuel-stash

Replacement for Fuel Cache class

image

indigophp/fuel-stash

Replacement for Fuel Cache class

  • Friday, October 10, 2014
  • by mark.sagikazar
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Fuel Stash

Packagist Version Total Downloads Software License, (*1)

This package is a wrapper around tedivm/stash package, also replaces the core Cache class., (*2)

Install

Via Composer, (*3)

json { "require": { "indigophp/fuel-stash": "@stable" } }, (*4)

Usage

Load the stash package before any cache usage. Use Cache class as usually., (*5)

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., (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

10/10 2014

dev-develop

dev-develop https://indigophp.com

Replacement for Fuel Cache class

  Sources   Download

MIT

The Requires

 

The Development Requires

by MĂĄrk SĂĄgi-KazĂĄr

cache fuel