.codeclimate.yml | |
|
|
.gitattributes | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE.md | |
|
|
.gitignore | |
|
|
.scrutinizer.yml | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CODING_GUIDELINE.md | |
|
|
LICENCE | |
|
|
README.md | |
|
|
composer.json | |
|
|
composer.lock | |
|
|
phpunit.xml.dist | |
|
|
src/Command/PhpfastcacheClearCommand.php | 80 | B 4 hrs |
|
src/Command/PhpfastcacheDelCommand.php | 58 | A 0 mins |
|
src/Command/PhpfastcacheGetCommand.php | 65 | A 55 mins |
|
src/Command/PhpfastcacheSetCommand.php | 121 | B 5 hrs |
|
src/DataCollector/CacheCollector.php | 127 | A 1 hr |
|
src/DependencyInjection/Configuration.php | 33 | A 0 mins |
|
src/DependencyInjection/PhpfastcacheExtension.php | 21 | A 0 mins |
|
src/PhpfastcacheBundle.php | 8 | A 0 mins |
|
src/Resources/Docs/CREDITS.txt | |
|
|
src/Resources/Docs/example/Controller/DefaultController.php | 98 | B 5 hrs |
|
src/Resources/Docs/example/app/config/packages/phpfastcache.yml | |
|
|
src/Resources/Docs/migration/MigratingFromV2ToV3.md | |
|
|
src/Resources/config/services.yml | |
|
|
src/Resources/config/services_dev.yml | |
|
|
src/Resources/views/Collector/cache.html.twig | |
|
|
src/Resources/views/Collector/icon.svg | |
|
|
src/Response/CacheableResponse.php | 43 | A 0 mins |
|
src/Service/Phpfastcache.php | 72 | A 3 hrs |
|
src/Twig/CacheExtension/CacheProvider/PsrCacheAdapter.php | 28 | A 0 mins |
|
src/Twig/CacheExtension/CacheProviderInterface.php | 7 | A 0 mins |
|
src/Twig/CacheExtension/CacheStrategy/LifetimeCacheStrategy.php | 66 | A 0 mins |
|
src/Twig/CacheExtension/CacheStrategyInterface.php | 8 | A 0 mins |
|
src/Twig/CacheExtension/Exception/BaseException.php | 5 | A 0 mins |
|
src/Twig/CacheExtension/Exception/InvalidCacheKeyException.php | 9 | A 0 mins |
|
src/Twig/CacheExtension/Exception/InvalidCacheLifetimeException.php | 9 | A 0 mins |
|
src/Twig/CacheExtension/Exception/NonExistingStrategyException.php | 9 | A 0 mins |
|
src/Twig/CacheExtension/Exception/NonExistingStrategyKeyException.php | 9 | A 0 mins |
|
src/Twig/CacheExtension/Extension.php | 28 | A 0 mins |
|
src/Twig/CacheExtension/Node/CacheNode.php | 47 | A 1 hr |
|
src/Twig/CacheExtension/TokenParser/Cache.php | 26 | A 0 mins |
|
src/Twig/HumanReadableExtension/Extension.php | 22 | A 0 mins |
|