Skip to content

Commit

Permalink
Add note to pull.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 10, 2014
1 parent 1e6f636 commit b7945e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Note that all items stored in the cache are serialized, so you are free to store

#### Pulling An Item From The Cache

If you need to retrieve an item from the cache and then delete it, you may use the `pull` method:

$value = Cache::pull('key');

#### Removing An Item From The Cache
Expand Down

0 comments on commit b7945e5

Please sign in to comment.