Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fire015 authored Feb 29, 2020
1 parent a41f225 commit 83e7482
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Features include:
* Gzip compression
* Easy to use

For full documentation please visit http://www.xeweb.net/flintstone/

### Installation

The easiest way to install Flintstone is via [composer](http://getcomposer.org/). Run the following command to install it.
Expand Down Expand Up @@ -105,7 +103,3 @@ $users = new Flintstone('users', [
To speed up data retrieval Flintstone can store the results of `get()` in a cache store. By default this uses a simple array that only persist's for as long as the `Flintstone` object exists.

If you want to use your own cache store (such as Memcached) you can pass a class as the `cache` option. Just make sure it implements `Flintstone\Cache\CacheInterface`.

### Who is using Flintstone?

- [Key-Value Store](https://github.com/adammbalogh/key-value-store)

0 comments on commit 83e7482

Please sign in to comment.