Search Results for

    Show / Hide Table of Contents

    Class DistributedCacheExtensions

    Extension methods for .

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: cs.temp.dll.dll
    Syntax
    public static class DistributedCacheExtensions

    Methods

    RefreshAllContentCache(DistributedCache)

    Declaration
    public static void RefreshAllContentCache(this DistributedCache dc)
    Parameters
    Type Name Description
    DistributedCache dc

    RefreshAllDomainCache(DistributedCache)

    Declaration
    public static void RefreshAllDomainCache(this DistributedCache dc)
    Parameters
    Type Name Description
    DistributedCache dc

    RefreshAllMediaCache(DistributedCache)

    Declaration
    public static void RefreshAllMediaCache(this DistributedCache dc)
    Parameters
    Type Name Description
    DistributedCache dc

    RefreshAllPublishedSnapshot(DistributedCache)

    Declaration
    public static void RefreshAllPublishedSnapshot(this DistributedCache dc)
    Parameters
    Type Name Description
    DistributedCache dc

    RefreshAllUserCache(DistributedCache)

    Declaration
    public static void RefreshAllUserCache(this DistributedCache dc)
    Parameters
    Type Name Description
    DistributedCache dc

    RefreshAllUserGroupCache(DistributedCache)

    Declaration
    public static void RefreshAllUserGroupCache(this DistributedCache dc)
    Parameters
    Type Name Description
    DistributedCache dc

    RefreshContentCache(DistributedCache, TreeChange<IContent>[])

    Declaration
    public static void RefreshContentCache(this DistributedCache dc, TreeChange<IContent>[] changes)
    Parameters
    Type Name Description
    DistributedCache dc
    TreeChange<IContent>[] changes

    RefreshContentTypeCache(DistributedCache, ContentTypeChange<IContentType>[])

    Declaration
    public static void RefreshContentTypeCache(this DistributedCache dc, ContentTypeChange<IContentType>[] changes)
    Parameters
    Type Name Description
    DistributedCache dc
    ContentTypeChange<IContentType>[] changes

    RefreshContentTypeCache(DistributedCache, ContentTypeChange<IMediaType>[])

    Declaration
    public static void RefreshContentTypeCache(this DistributedCache dc, ContentTypeChange<IMediaType>[] changes)
    Parameters
    Type Name Description
    DistributedCache dc
    ContentTypeChange<IMediaType>[] changes

    RefreshContentTypeCache(DistributedCache, ContentTypeChange<IMemberType>[])

    Declaration
    public static void RefreshContentTypeCache(this DistributedCache dc, ContentTypeChange<IMemberType>[] changes)
    Parameters
    Type Name Description
    DistributedCache dc
    ContentTypeChange<IMemberType>[] changes

    RefreshDataTypeCache(DistributedCache, IDataType)

    Declaration
    public static void RefreshDataTypeCache(this DistributedCache dc, IDataType dataType)
    Parameters
    Type Name Description
    DistributedCache dc
    IDataType dataType

    RefreshDictionaryCache(DistributedCache, Int32)

    Declaration
    public static void RefreshDictionaryCache(this DistributedCache dc, int dictionaryItemId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 dictionaryItemId

    RefreshDomainCache(DistributedCache, IDomain)

    Declaration
    public static void RefreshDomainCache(this DistributedCache dc, IDomain domain)
    Parameters
    Type Name Description
    DistributedCache dc
    IDomain domain

    RefreshLanguageCache(DistributedCache, ILanguage)

    Declaration
    public static void RefreshLanguageCache(this DistributedCache dc, ILanguage language)
    Parameters
    Type Name Description
    DistributedCache dc
    ILanguage language

    RefreshMacroCache(DistributedCache, IMacro)

    Declaration
    public static void RefreshMacroCache(this DistributedCache dc, IMacro macro)
    Parameters
    Type Name Description
    DistributedCache dc
    IMacro macro

    RefreshMediaCache(DistributedCache, TreeChange<IMedia>[])

    Declaration
    public static void RefreshMediaCache(this DistributedCache dc, TreeChange<IMedia>[] changes)
    Parameters
    Type Name Description
    DistributedCache dc
    TreeChange<IMedia>[] changes

    RefreshMemberCache(DistributedCache, IMember[])

    Declaration
    public static void RefreshMemberCache(this DistributedCache dc, params IMember[] members)
    Parameters
    Type Name Description
    DistributedCache dc
    IMember[] members

    RefreshMemberGroupCache(DistributedCache, Int32)

    Declaration
    public static void RefreshMemberGroupCache(this DistributedCache dc, int memberGroupId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 memberGroupId

    RefreshPublicAccess(DistributedCache)

    Declaration
    public static void RefreshPublicAccess(this DistributedCache dc)
    Parameters
    Type Name Description
    DistributedCache dc

    RefreshRelationTypeCache(DistributedCache, Int32)

    Declaration
    public static void RefreshRelationTypeCache(this DistributedCache dc, int id)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 id

    RefreshTemplateCache(DistributedCache, Int32)

    Declaration
    public static void RefreshTemplateCache(this DistributedCache dc, int templateId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 templateId

    RefreshUserCache(DistributedCache, Int32)

    Declaration
    public static void RefreshUserCache(this DistributedCache dc, int userId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 userId

    RefreshUserGroupCache(DistributedCache, Int32)

    Declaration
    public static void RefreshUserGroupCache(this DistributedCache dc, int userId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 userId

    RefreshValueEditorCache(DistributedCache, IEnumerable<IDataType>)

    Declaration
    public static void RefreshValueEditorCache(this DistributedCache dc, IEnumerable<IDataType> dataTypes)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Collections.Generic.IEnumerable<IDataType> dataTypes

    RemoveDataTypeCache(DistributedCache, IDataType)

    Declaration
    public static void RemoveDataTypeCache(this DistributedCache dc, IDataType dataType)
    Parameters
    Type Name Description
    DistributedCache dc
    IDataType dataType

    RemoveDictionaryCache(DistributedCache, Int32)

    Declaration
    public static void RemoveDictionaryCache(this DistributedCache dc, int dictionaryItemId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 dictionaryItemId

    RemoveDomainCache(DistributedCache, IDomain)

    Declaration
    public static void RemoveDomainCache(this DistributedCache dc, IDomain domain)
    Parameters
    Type Name Description
    DistributedCache dc
    IDomain domain

    RemoveLanguageCache(DistributedCache, ILanguage)

    Declaration
    public static void RemoveLanguageCache(this DistributedCache dc, ILanguage language)
    Parameters
    Type Name Description
    DistributedCache dc
    ILanguage language

    RemoveMacroCache(DistributedCache, IMacro)

    Declaration
    public static void RemoveMacroCache(this DistributedCache dc, IMacro macro)
    Parameters
    Type Name Description
    DistributedCache dc
    IMacro macro

    RemoveMemberCache(DistributedCache, IMember[])

    Declaration
    public static void RemoveMemberCache(this DistributedCache dc, params IMember[] members)
    Parameters
    Type Name Description
    DistributedCache dc
    IMember[] members

    RemoveMemberGroupCache(DistributedCache, Int32)

    Declaration
    public static void RemoveMemberGroupCache(this DistributedCache dc, int memberGroupId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 memberGroupId

    RemoveRelationTypeCache(DistributedCache, Int32)

    Declaration
    public static void RemoveRelationTypeCache(this DistributedCache dc, int id)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 id

    RemoveTemplateCache(DistributedCache, Int32)

    Declaration
    public static void RemoveTemplateCache(this DistributedCache dc, int templateId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 templateId

    RemoveUserCache(DistributedCache, Int32)

    Declaration
    public static void RemoveUserCache(this DistributedCache dc, int userId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 userId

    RemoveUserGroupCache(DistributedCache, Int32)

    Declaration
    public static void RemoveUserGroupCache(this DistributedCache dc, int userId)
    Parameters
    Type Name Description
    DistributedCache dc
    System.Int32 userId
    In This Article
    • Methods
      • RefreshAllContentCache(DistributedCache)
      • RefreshAllDomainCache(DistributedCache)
      • RefreshAllMediaCache(DistributedCache)
      • RefreshAllPublishedSnapshot(DistributedCache)
      • RefreshAllUserCache(DistributedCache)
      • RefreshAllUserGroupCache(DistributedCache)
      • RefreshContentCache(DistributedCache, TreeChange<IContent>[])
      • RefreshContentTypeCache(DistributedCache, ContentTypeChange<IContentType>[])
      • RefreshContentTypeCache(DistributedCache, ContentTypeChange<IMediaType>[])
      • RefreshContentTypeCache(DistributedCache, ContentTypeChange<IMemberType>[])
      • RefreshDataTypeCache(DistributedCache, IDataType)
      • RefreshDictionaryCache(DistributedCache, Int32)
      • RefreshDomainCache(DistributedCache, IDomain)
      • RefreshLanguageCache(DistributedCache, ILanguage)
      • RefreshMacroCache(DistributedCache, IMacro)
      • RefreshMediaCache(DistributedCache, TreeChange<IMedia>[])
      • RefreshMemberCache(DistributedCache, IMember[])
      • RefreshMemberGroupCache(DistributedCache, Int32)
      • RefreshPublicAccess(DistributedCache)
      • RefreshRelationTypeCache(DistributedCache, Int32)
      • RefreshTemplateCache(DistributedCache, Int32)
      • RefreshUserCache(DistributedCache, Int32)
      • RefreshUserGroupCache(DistributedCache, Int32)
      • RefreshValueEditorCache(DistributedCache, IEnumerable<IDataType>)
      • RemoveDataTypeCache(DistributedCache, IDataType)
      • RemoveDictionaryCache(DistributedCache, Int32)
      • RemoveDomainCache(DistributedCache, IDomain)
      • RemoveLanguageCache(DistributedCache, ILanguage)
      • RemoveMacroCache(DistributedCache, IMacro)
      • RemoveMemberCache(DistributedCache, IMember[])
      • RemoveMemberGroupCache(DistributedCache, Int32)
      • RemoveRelationTypeCache(DistributedCache, Int32)
      • RemoveTemplateCache(DistributedCache, Int32)
      • RemoveUserCache(DistributedCache, Int32)
      • RemoveUserGroupCache(DistributedCache, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX