File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"authors" : [
7
7
{
8
- "name" : " Hareland " ,
9
- "email" : " mrhareland+ packagist@gmail.com " ,
8
+ "name" : " hareland " ,
9
+ "email" : " packagist@proton.me " ,
10
10
"homepage" : " https://github.com/hareland"
11
11
}
12
12
],
Original file line number Diff line number Diff line change 1
1
[ ![ Build] ( https://github.com/hareland/multi-cache-remember/actions/workflows/pest.yml/badge.svg )] ( https://github.com/hareland/multi-cache-remember/actions/workflows/pest.yml )
2
+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/hareland/multi-cache-remember.svg?style=flat-square )] ( https://packagist.org/packages/hareland/multi-cache-remember )
2
3
### What does this package solve?
3
4
4
5
---
Original file line number Diff line number Diff line change 2
2
3
3
use Illuminate \Support \Facades \Cache ;
4
4
5
- it ('throws exception if only keys are passed. ' , function () {
5
+ it ('gets existing items using only values as keys ' , function () {
6
6
Cache::put ('foo ' , 'bar ' );
7
7
$ result = Cache::rememberMany ([
8
8
'foo ' ,
52
52
$ result = Cache::rememberMany ([], 30 );
53
53
54
54
expect ($ result )->toBe ([]);
55
- });
55
+ });
You can’t perform that action at this time.
0 commit comments