Skip to content

Commit

Permalink
docs: quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairtree committed Mar 4, 2018
1 parent 6917aca commit 5bba5c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ LazyCache is available using [nuget](https://www.nuget.org/packages/LazyCache/).
PM> Install-Package LazyCache
```

## Sample code ##
## Quick start

See the [quick start wiki](https://github.com/alastairtree/LazyCache/wiki/Quickstart)

## Sample code

```csharp
// Create our cache service using the defaults (Dependency injection ready).
Expand Down Expand Up @@ -72,4 +76,4 @@ For .net framework 4.0 use LazyCache 0.6

See [/Samples/CacheDatabaseQueriesApiSample](https://github.com/alastairtree/LazyCache/tree/master/CacheDatabaseQueriesApiSample) for an example of how to use LazyCache to cache the results of an Entity framework query in
a web api controller. Watch how the cache saves trips to the database and results are returned to the client far quicker from the
in-memory cache
in-memory cache

0 comments on commit 5bba5c5

Please sign in to comment.