diff --git a/README.md b/README.md index c32267b..2537a8c 100644 --- a/README.md +++ b/README.md @@ -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'); ```