/phpclass-cache

PHP class for caching requests

Primary LanguagePHPMozilla Public License 2.0MPL-2.0

Cache (PHP Class)

To include in your project, add these lines to composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/mozilla-l10n/phpclass-cache"
        }
    ],

    "require": {
        "mozillal10n/cache" : "dev-master"
    },