Enis Necipoglu
2 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
1 changed files with
1 additions and
1 deletions
-
modules/cms-kit/src/Volo.CmsKit.Public.Application/Volo/CmsKit/Public/Pages/PagePublicAppService.cs
|
|
|
@ -72,7 +72,7 @@ public class PagePublicAppService : CmsKitPublicAppServiceBase, IPagePublicAppSe |
|
|
|
return ObjectMapper.Map<PageCacheItem, PageDto>(pageCacheItem); |
|
|
|
} |
|
|
|
|
|
|
|
public async Task<bool> DoesSlugExistAsync([NotNull] string slug) |
|
|
|
public virtual async Task<bool> DoesSlugExistAsync([NotNull] string slug) |
|
|
|
{ |
|
|
|
var cached = await PageCache.GetAsync(new PageCacheKey(slug)); |
|
|
|
if (cached is not null) |
|
|
|
|