PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
guzzle
/
guzzle
/
src
/
Guzzle
/
Plugin
/
Cache
{ "name": "guzzle/plugin-cache", "description": "Guzzle HTTP cache plugin", "homepage": "http://guzzlephp.org/", "keywords": ["plugin", "guzzle"], "license": "MIT", "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "require": { "php": ">=5.3.2", "guzzle/http": "self.version", "guzzle/cache": "self.version" }, "autoload": { "psr-0": { "Guzzle\\Plugin\\Cache": "" } }, "target-dir": "Guzzle/Plugin/Cache", "extra": { "branch-alias": { "dev-master": "3.7-dev" } } }
[+]
..
[-] CanCacheStrategyInterface.php
[edit]
[-] DefaultCacheKeyProvider.php
[edit]
[-] DefaultRevalidation.php
[edit]
[-] CacheStorageInterface.php
[edit]
[-] SkipRevalidation.php
[edit]
[-] DefaultCacheStorage.php
[edit]
[-] composer.json
[edit]
[-] CacheKeyProviderInterface.php
[edit]
[-] DenyRevalidation.php
[edit]
[-] CallbackCanCacheStrategy.php
[edit]
[-] RevalidationInterface.php
[edit]
[-] DefaultCanCacheStrategy.php
[edit]
[-] CachePlugin.php
[edit]