View Source
Class DomainCacheExtensions
Inheritance
System.Object
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public static class DomainCacheExtensions
Methods
View Source
GetAssignedWithCulture(IDomainCache, String, Int32, Boolean)
Declaration
public static bool GetAssignedWithCulture(this IDomainCache domainCache, string culture, int documentId, bool includeWildcards = false)
Parameters
Type |
Name |
Description |
IDomainCache |
domainCache |
|
System.String |
culture |
|
System.Int32 |
documentId |
|
System.Boolean |
includeWildcards |
|
Returns
Type |
Description |
System.Boolean |
|