From 9fa4cd9b88d19f50c09df6506833cf7967e5740b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 16 Oct 2019 19:57:23 +0300 Subject: [PATCH] Update Caching.md --- docs/en/Caching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Caching.md b/docs/en/Caching.md index c413a4599c..d9b8ff2d07 100644 --- a/docs/en/Caching.md +++ b/docs/en/Caching.md @@ -17,7 +17,7 @@ ASP.NET Core defines the `IDistributedCache` interface to get/set cache values. See [ASP.NET Core's distributed caching document](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed) for more information. -## IDistributedCache Interface +## ``IDistributedCache`` Interface ABP framework defines the generic `IDistributedCache` interface in the [Volo.Abp.Caching](https://www.nuget.org/packages/Volo.Abp.Caching/) package. `TCacheItem` is the type of the object stored in the cache. @@ -82,4 +82,4 @@ Other methods of the `IDistributedCache` are same as ASP.NET Core ### DistributedCacheOptions -TODO \ No newline at end of file +TODO