Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 27, 2015
1 parent 8a6787c commit a440f6e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,9 @@ If you need to retrieve an item from the cache and then delete it, you may use t

Cache::forget('key');

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

When using multiple stores, you may access them via the `Cache::store` method:

$value = Cache::store('foo')->get(...);
$value = Cache::store('foo')->get('foo');

<a name="increments-and-decrements"></a>
## Increments & Decrements
Expand Down

0 comments on commit a440f6e

Please sign in to comment.