Show / Hide Table of Contents

Class CacheManager

Inheritance
System.Object
CacheManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation
Assembly: fcSDK.dll
Syntax
public class CacheManager

Fields

FC_CACHE_PATH_SUFFIX

Declaration
public const string FC_CACHE_PATH_SUFFIX = "fc_cache"
Field Value
Type Description
System.String

Properties

CacheFilePath

Declaration
public static string CacheFilePath { get; }
Property Value
Type Description
System.String

ConnectionStringHashValue

Declaration
public static string ConnectionStringHashValue { get; }
Property Value
Type Description
System.String

IsInitialized

Declaration
public static bool IsInitialized { get; }
Property Value
Type Description
System.Boolean

SchemaCache

Declaration
public static ISchemaCache SchemaCache { get; }
Property Value
Type Description
ISchemaCache

Methods

AddCache(CacheBase)

Declaration
public static void AddCache(CacheBase cache)
Parameters
Type Name Description
CacheBase cache

GetCache(String)

Declaration
public static CacheBase GetCache(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
CacheBase

UpdateCaches(CacheType)

Declaration
public static void UpdateCaches(CacheType cacheType)
Parameters
Type Name Description
CacheType cacheType

Events

CacheLoaded

Declaration
public static event CacheLoadedEventHandler CacheLoaded
Event Type
Type Description
CacheLoadedEventHandler

CachesUpdated

Declaration
public static event CachesUpdatedEventHandler CachesUpdated
Event Type
Type Description
CachesUpdatedEventHandler
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.