File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ EasyCaching is an open source caching library that contains basic usages and som
39
39
40
40
### Step 1 : Install the package
41
41
42
- Choose one kinds of caching type that you needs and install it via Nuget.
42
+ Choose caching provider that you need and install it via Nuget.
43
43
44
44
```
45
45
Install-Package EasyCaching.InMemory
@@ -48,11 +48,11 @@ Install-Package EasyCaching.SQLite
48
48
Install-Package EasyCaching.Memcached
49
49
```
50
50
51
- ### Step 2 : Config in your Startup class
51
+ ### Step 2 : Configure Startup class
52
52
53
- Different types of caching hvae their own way to config .
53
+ Each caching provider has it's own configuration options .
54
54
55
- Here is a sample show you how to config .
55
+ Here is a sample configuration for InMemory and Redis caching provider .
56
56
57
57
``` csharp
58
58
public class Startup
@@ -137,7 +137,7 @@ public class ValuesController : Controller
137
137
138
138
## Documentation
139
139
140
- For more helpful information about EasyCaching, please click [ here] ( http://easycaching.readthedocs.io/en/latest/ ) for EasyCaching's documentation.
140
+ Detailed EasyCaching documentation can be found [ here] ( http://easycaching.readthedocs.io/en/latest/ ) .
141
141
142
142
## Extension Libs
143
143
You can’t perform that action at this time.
0 commit comments