View Source
Class DomainCache
Inheritance
System.Object
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public class DomainCache : IDomainCache
Constructors
View Source
DomainCache(SnapDictionary<Int32, Domain>.Snapshot, String)
Declaration
public DomainCache(SnapDictionary<int, Domain>.Snapshot snapshot, string defaultCulture)
Parameters
Properties
View Source
DefaultCulture
Declaration
public string DefaultCulture { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
GetAll(Boolean)
Declaration
public IEnumerable<Domain> GetAll(bool includeWildcards)
Parameters
Type |
Name |
Description |
System.Boolean |
includeWildcards |
|
Returns
Type |
Description |
IEnumerable<Domain> |
|
View Source
GetAssigned(Int32, Boolean)
Declaration
public IEnumerable<Domain> GetAssigned(int documentId, bool includeWildcards = false)
Parameters
Type |
Name |
Description |
System.Int32 |
documentId |
|
System.Boolean |
includeWildcards |
|
Returns
Type |
Description |
IEnumerable<Domain> |
|
View Source
HasAssigned(Int32, Boolean)
Declaration
public bool HasAssigned(int documentId, bool includeWildcards = false)
Parameters
Type |
Name |
Description |
System.Int32 |
documentId |
|
System.Boolean |
includeWildcards |
|
Returns
Type |
Description |
System.Boolean |
|