393 lines
13 KiB
YAML
393 lines
13 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: adas_core.Infrastructure.Utils.CacheHostBuilderExtension
|
|
commentId: T:adas_core.Infrastructure.Utils.CacheHostBuilderExtension
|
|
id: CacheHostBuilderExtension
|
|
parent: adas_core.Infrastructure.Utils
|
|
children:
|
|
- adas_core.Infrastructure.Utils.CacheHostBuilderExtension.UseCache(Microsoft.Extensions.Hosting.IHostBuilder)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CacheHostBuilderExtension
|
|
nameWithType: CacheHostBuilderExtension
|
|
fullName: adas_core.Infrastructure.Utils.CacheHostBuilderExtension
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/CacheHostBuilderExtension.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: CacheHostBuilderExtension
|
|
path: ../../adas-core.Infrastructure/Utils/CacheHostBuilderExtension.cs
|
|
startLine: 13
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
summary: Provides extension methods for configuring or building cache host instances.
|
|
example: []
|
|
syntax:
|
|
content: public static class CacheHostBuilderExtension
|
|
content.vb: Public Module CacheHostBuilderExtension
|
|
inheritance:
|
|
- System.Object
|
|
inheritedMembers:
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- System.Object.ToString
|
|
- uid: adas_core.Infrastructure.Utils.CacheHostBuilderExtension.UseCache(Microsoft.Extensions.Hosting.IHostBuilder)
|
|
commentId: M:adas_core.Infrastructure.Utils.CacheHostBuilderExtension.UseCache(Microsoft.Extensions.Hosting.IHostBuilder)
|
|
id: UseCache(Microsoft.Extensions.Hosting.IHostBuilder)
|
|
isExtensionMethod: true
|
|
parent: adas_core.Infrastructure.Utils.CacheHostBuilderExtension
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UseCache(IHostBuilder)
|
|
nameWithType: CacheHostBuilderExtension.UseCache(IHostBuilder)
|
|
fullName: adas_core.Infrastructure.Utils.CacheHostBuilderExtension.UseCache(Microsoft.Extensions.Hosting.IHostBuilder)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: adas-core.Infrastructure/Utils/CacheHostBuilderExtension.cs
|
|
branch: document/release/1.0.1
|
|
repo: https://git.teralevel.io/adas/adas-core.git
|
|
id: UseCache
|
|
path: ../../adas-core.Infrastructure/Utils/CacheHostBuilderExtension.cs
|
|
startLine: 15
|
|
assemblies:
|
|
- adas-core.Infrastructure
|
|
namespace: adas_core.Infrastructure.Utils
|
|
syntax:
|
|
content: public static IHostBuilder UseCache(this IHostBuilder hostBuilder)
|
|
parameters:
|
|
- id: hostBuilder
|
|
type: Microsoft.Extensions.Hosting.IHostBuilder
|
|
return:
|
|
type: Microsoft.Extensions.Hosting.IHostBuilder
|
|
content.vb: Public Shared Function UseCache(hostBuilder As IHostBuilder) As IHostBuilder
|
|
overload: adas_core.Infrastructure.Utils.CacheHostBuilderExtension.UseCache*
|
|
references:
|
|
- uid: adas_core.Infrastructure.Utils
|
|
commentId: N:adas_core.Infrastructure.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Infrastructure.Utils
|
|
nameWithType: adas_core.Infrastructure.Utils
|
|
fullName: adas_core.Infrastructure.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Infrastructure
|
|
name: Infrastructure
|
|
href: adas_core.Infrastructure.html
|
|
- name: .
|
|
- uid: adas_core.Infrastructure.Utils
|
|
name: Utils
|
|
href: adas_core.Infrastructure.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Infrastructure
|
|
name: Infrastructure
|
|
href: adas_core.Infrastructure.html
|
|
- name: .
|
|
- uid: adas_core.Infrastructure.Utils
|
|
name: Utils
|
|
href: adas_core.Infrastructure.Utils.html
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: adas_core.Infrastructure.Utils.CacheHostBuilderExtension.UseCache*
|
|
commentId: Overload:adas_core.Infrastructure.Utils.CacheHostBuilderExtension.UseCache
|
|
href: adas_core.Infrastructure.Utils.CacheHostBuilderExtension.html#adas_core_Infrastructure_Utils_CacheHostBuilderExtension_UseCache_Microsoft_Extensions_Hosting_IHostBuilder_
|
|
name: UseCache
|
|
nameWithType: CacheHostBuilderExtension.UseCache
|
|
fullName: adas_core.Infrastructure.Utils.CacheHostBuilderExtension.UseCache
|
|
- uid: Microsoft.Extensions.Hosting.IHostBuilder
|
|
commentId: T:Microsoft.Extensions.Hosting.IHostBuilder
|
|
parent: Microsoft.Extensions.Hosting
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostbuilder
|
|
name: IHostBuilder
|
|
nameWithType: IHostBuilder
|
|
fullName: Microsoft.Extensions.Hosting.IHostBuilder
|
|
- uid: Microsoft.Extensions.Hosting
|
|
commentId: N:Microsoft.Extensions.Hosting
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
name: Microsoft.Extensions.Hosting
|
|
nameWithType: Microsoft.Extensions.Hosting
|
|
fullName: Microsoft.Extensions.Hosting
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
- name: .
|
|
- uid: Microsoft.Extensions
|
|
name: Extensions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
|
|
- name: .
|
|
- uid: Microsoft.Extensions.Hosting
|
|
name: Hosting
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft
|
|
- name: .
|
|
- uid: Microsoft.Extensions
|
|
name: Extensions
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions
|
|
- name: .
|
|
- uid: Microsoft.Extensions.Hosting
|
|
name: Hosting
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting
|