Skip to content

Commit a440f6e

Browse files
committed
fix
1 parent 8a6787c commit a440f6e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cache.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,9 @@ If you need to retrieve an item from the cache and then delete it, you may use t
8282

8383
Cache::forget('key');
8484

85-
<a name="accessing-stores"></a>
86-
## Accessing Stores
85+
When using multiple cache stores, you may access them via the `store` method:
8786

88-
When using multiple stores, you may access them via the `Cache::store` method:
89-
90-
$value = Cache::store('foo')->get(...);
87+
$value = Cache::store('foo')->get('foo');
9188

9289
<a name="increments-and-decrements"></a>
9390
## Increments & Decrements

0 commit comments

Comments
 (0)