/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Cache
NameSizeModeActions
Engine/-0755rm
Cache.php203230644editdlrm
CacheEngine.php133870644editdlrm
CacheEngineInterface.php22880644editdlrm
CacheRegistry.php35540644editdlrm
composer.json9940644editdlrm
InvalidArgumentException.php9040644editdlrm
LICENSE.txt12040644editdlrm
README.md12810644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/Cache/composer.json (994B)
{ "name": "cakephp/cache", "description": "Easy to use Caching library with support for multiple caching backends", "type": "library", "keywords": [ "cakephp", "caching", "cache" ], "homepage": "https://cakephp.org", "license": "MIT", "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/cache/graphs/contributors" } ], "support": { "issues": "https://github.com/cakephp/cakephp/issues", "forum": "https://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "source": "https://github.com/cakephp/cache" }, "require": { "php": ">=7.4.0", "cakephp/core": "^4.0", "psr/simple-cache": "^1.0 || ^2.0" }, "provide": { "psr/simple-cache-implementation": "^1.0 || ^2.0" }, "autoload": { "psr-4": { "Cake\\Cache\\": "." } } }