Successfully added
The Cache Tag Helper in ASP.NET Core
by Patrik
Attributes of Cache Tag Helper
enabled
- Used to specify if this tag is enabled or notexpires-after
- Specifies the period of time after which the cached item should expireexpires-on
- Specifies the time at which the cached entry should expireexpires-sliding
- The period of time after the last access that the item should expirepriority
- Specifies the CacheItemPriority value of the cached itemvary-by
- Used to specify the parameters that determine whether different versions of the same content should be cached
Referenced in:
Leave a Comment
All fields are required. Your email address will not be published.
Comments