Skip to content

Commit

Permalink
Added a short description for the Ephemeral driver to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Oct 7, 2016
1 parent 97bc5c9 commit 7a66ffb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ $stash = Stash\Cache::make('apcu');

#### Ephemeral

The Ephemeral driver caches items in a PHP array that exists in memory only for
the lifetime of the script.

```php
$stash = Stash\Cache::make('ephemeral');
```
Expand Down

0 comments on commit 7a66ffb

Please sign in to comment.