2017 © Pedro Peláez
 

library cache

Asynchronous caching interface for Icicle.

image

icicleio/cache

Asynchronous caching interface for Icicle.

  • Tuesday, April 26, 2016
  • by Trowski
  • Repository
  • 2 Watchers
  • 4 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

Caching for Icicle

This library is a component for Icicle that provides an asynchronous cache interface and memory cache implementation. Like other Icicle components, this library uses Coroutines built from Awaitables and Generators to make writing asynchronous code more like writing synchronous code., (*1)

Build Status Coverage Status Semantic Version MIT License @icicleio on Twitter, (*2)

Documentation and Support

Requirements
  • PHP 5.5+ for v0.1.x branch (current stable) and v1.x branch (mirrors current stable)
  • PHP 7 for v2.0 (master) branch supporting generator delegation and return expressions
Installation

The recommended way to install is with the Composer package manager. (See the Composer installation guide for information on installing and using Composer.), (*3)

Run the following command to use this library in your project:, (*4)

composer require icicleio/cache

You can also manually edit composer.json to add this library as a project requirement., (*5)

// composer.json
{
    "require": {
        "icicleio/cache": "^0.1"
    }
}

The Versions

26/04 2016

dev-master

9999999-dev http://icicle.io

Asynchronous caching interface for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

cache asynchronous async

19/04 2016

v0.1.x-dev

0.1.9999999.9999999-dev http://icicle.io

Asynchronous caching interface for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

cache asynchronous async

19/04 2016

v1.x-dev

1.9999999.9999999.9999999-dev http://icicle.io

Asynchronous caching interface for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

cache asynchronous async

19/04 2016

v0.1.0

0.1.0.0 http://icicle.io

Asynchronous caching interface for Icicle.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aaron Piotrowski

cache asynchronous async