PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Cache
{ "name": "illuminate/cache", "description": "The Illuminate Cache package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^7.3|^8.0", "illuminate/collections": "^8.0", "illuminate/contracts": "^8.0", "illuminate/macroable": "^8.0", "illuminate/support": "^8.0" }, "provide": { "psr/simple-cache-implementation": "1.0" }, "autoload": { "psr-4": { "Illuminate\\Cache\\": "" } }, "extra": { "branch-alias": { "dev-master": "8.x-dev" } }, "suggest": { "ext-memcached": "Required to use the memcache cache driver.", "illuminate/database": "Required to use the database cache driver (^8.0).", "illuminate/filesystem": "Required to use the file cache driver (^8.0).", "illuminate/redis": "Required to use the redis cache driver (^8.0).", "symfony/cache": "Required to PSR-6 cache bridge (^5.1.4)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }
[-] TaggedCache.php
[edit]
[-] RateLimiter.php
[edit]
[-] composer.json
[edit]
[-] DatabaseStore.php
[edit]
[-] LuaScripts.php
[edit]
[-] MemcachedLock.php
[edit]
[+]
..
[-] Lock.php
[edit]
[-] MemcachedConnector.php
[edit]
[-] MemcachedStore.php
[edit]
[-] RedisStore.php
[edit]
[-] TaggableStore.php
[edit]
[-] CacheServiceProvider.php
[edit]
[-] CacheLock.php
[edit]
[-] RedisTaggedCache.php
[edit]
[+]
Events
[-] DynamoDbStore.php
[edit]
[-] ApcWrapper.php
[edit]
[-] Repository.php
[edit]
[-] DynamoDbLock.php
[edit]
[-] NullStore.php
[edit]
[-] LICENSE.md
[edit]
[-] NoLock.php
[edit]
[+]
Console
[-] CacheManager.php
[edit]
[-] RetrievesMultipleKeys.php
[edit]
[-] FileStore.php
[edit]
[-] ArrayStore.php
[edit]
[-] DatabaseLock.php
[edit]
[-] RedisLock.php
[edit]
[-] ArrayLock.php
[edit]
[+]
RateLimiting
[-] TagSet.php
[edit]
[-] PhpRedisLock.php
[edit]
[-] ApcStore.php
[edit]
[-] HasCacheLock.php
[edit]