PHPSocialNetwork/phpfastcache

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitattributes
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug-report-extension.yml
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature-request.yml
.github/ISSUE_TEMPLATE/simple-question.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/stale.yml
.github/workflows/greetings.yml
.github/workflows/testsv2.yml
.gitignore
.scrutinizer.yml
.travis.yml
CHANGELOG.md
CHANGELOG_API.md
CNAME
CODE_OF_CONDUCT.md
CODING_GUIDELINE.md
CONTRIBUTING.md
EXTENSIONS.MD
LICENCE
README.md
SECURITY.md
composer.json
phpcs.xml
phpmd.xml
phpstan.neon
phpstan_lite.neon
quality.bat
lib/Phpfastcache/Api.php88
A
3 hrs
lib/Phpfastcache/CacheContract.php30
lib/Phpfastcache/CacheManager.php256
C
1 day
lib/Phpfastcache/Cluster/AggregatablePoolInterface.php9
lib/Phpfastcache/Cluster/AggregatorInterface.php16
lib/Phpfastcache/Cluster/ClusterAggregator.php100
lib/Phpfastcache/Cluster/ClusterPoolAbstract.php155
A
1 hr
lib/Phpfastcache/Cluster/ClusterPoolInterface.php10
lib/Phpfastcache/Cluster/ClusterPoolTrait.php32
lib/Phpfastcache/Cluster/Drivers/FullReplication/Driver.php121
B
4 hrs
lib/Phpfastcache/Cluster/Drivers/FullReplication/Item.php11
lib/Phpfastcache/Cluster/Drivers/MasterSlaveReplication/Driver.php95
lib/Phpfastcache/Cluster/Drivers/MasterSlaveReplication/Item.php11
lib/Phpfastcache/Cluster/Drivers/RandomReplication/Driver.php33
lib/Phpfastcache/Cluster/Drivers/RandomReplication/Item.php11
lib/Phpfastcache/Cluster/Drivers/SemiReplication/Driver.php127
A
3 hrs
lib/Phpfastcache/Cluster/Drivers/SemiReplication/Item.php11
lib/Phpfastcache/Cluster/ItemAbstract.php9
lib/Phpfastcache/Config/AbstractConfigurationOption.php53