Coder Social home page Coder Social logo

simplecache's Introduction

SimpleCache

Small library defining a minimalistic caching interface and provides some basic implementations.

Build Status Code Coverage Scrutinizer Code Quality Latest Stable Version Download count

Installation

You can use Composer to download and install this package as well as its dependencies. Alternatively you can simply clone the git repository and take care of loading yourself.

Composer

To add this package as a local, per-project dependency to your project, simply add a dependency on jeroen/simple-cache to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on SimpleCache 2.x:

{
    "require": {
        "jeroen/simple-cache": "~2.0"
    }
}

Manual

Get the SimpleCache code, either via git, or some other means. Also get all dependencies. You can find a list of the dependencies in the "require" section of the composer.json file. Load all dependencies and the load the SimpleCache library by including its entry point: SimpleCache.php.

Running the tests

composer ci

Authors

SimpleCache has been written by Jeroen De Dauw as hobby project.

Release notes

2.1.0 (dev)

  • Dropped support for PHP 5.3, 5.4 and 5.5

2.0.0 (2014-08-19)

  • Renamed package from jeroen-de-dauw/simple-cache to jeroen/simple-cache
  • Removed SimpleCache.php entry point. Autoloading is now done via Composers PSR-4 support
  • Removed the MediaWiki extension registration and i18n support

1.0.3 (2013-08-07)

  • Removed pointless code from CombinatoryCache
  • Added missing test for CombinatoryCache

1.0.2 (2013-08-07)

  • Fixed bug in MediaWikiCache::has
  • Added unit tests for MediaWikiCache

1.0.1 (2013-07-15)

  • Added optional expiryTime parameter to the constructor of MediaWikiCache.

1.0.0 (2013-07-05)

  • Initial release.

Links

simplecache's People

Contributors

jeroendedauw avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.