├── LICENSE ├── composer.json └── src └── CachePlugin.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrahamCampbell/Cache-Plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrahamCampbell/Cache-Plugin/HEAD/composer.json -------------------------------------------------------------------------------- /src/CachePlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrahamCampbell/Cache-Plugin/HEAD/src/CachePlugin.php --------------------------------------------------------------------------------