Skip to content

Commit

Permalink
readme updated [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalalx committed Dec 11, 2020
1 parent 251559c commit 5a60f26
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Zeus Caching
Zeus Caching helps using existing dotnet caching extensions easily in your ASP.NET Core Web API applications by simply putting a `[ZeusCache(...)]` attribute.
## Zeus Caching
Zeus Caching helps using existing dotnet caching extensions easily in your ASP.NET Core Web API applications by simply putting a `[ZeusCache]` attribute on controller action methods.

![Zeus Caching Build](https://github.com/Jalalx/ZeusCaching/workflows/.NET%20Core/badge.svg)
![Zeus Caching Nuget](https://img.shields.io/nuget/v/ZeusCaching)
![Zeus Caching Issues](https://img.shields.io/github/issues/Jalalx/ZeusCaching)
![Zeus Caching License](https://img.shields.io/github/license/Jalalx/ZeusCaching)

### CAUTION!
**This library doesn't respect the HTTP `Cache-Control` header and is not an alternative to Microsoft [Response Caching](https://www.nuget.org/packages/Microsoft.AspNetCore.ResponseCaching/). Also, this library does not check HTTP request for `Authorization` header and runs after Authentication/Authorization middleware so BE CAREFUL OF WHAT YOU ARE CACHING. If you want to cache authorized content please read [Tips For Caching Authorized Content](#authcaching) section.**
Expand Down

0 comments on commit 5a60f26

Please sign in to comment.