Show / Hide Table of Contents

Class ConfigItemCache

Inheritance
System.Object
CacheBase
ClarifyCacheBase
ConfigItemCache
Inherited Members
ClarifyCacheBase.IsCacheOutOfDate(DateTime)
CacheBase.UpdateSyncRoot
CacheBase.OnCacheUpdated()
CacheBase.OnAnyCacheUpdated(CacheBase)
CacheBase.UpdateCache()
CacheBase.ReadCacheData(String)
CacheBase.PersistCacheData(Object, String)
CacheBase.GetCacheDataHash()
CacheBase.GenerateMD5Hash(String)
CacheBase.AllTablesExistInDataSet(DataSet, String[])
CacheBase.GetCacheFilePath(String)
CacheBase.AnyCacheUpdated
CacheBase.CacheUpdated
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.Clarify
Assembly: fcSDK.dll
Syntax
public class ConfigItemCache : ClarifyCacheBase

Properties

CacheSetName

Declaration
public override string CacheSetName { get; }
Property Value
Type Description
System.String
Overrides
CacheBase.CacheSetName

CacheType

Declaration
public override CacheType CacheType { get; }
Property Value
Type Description
CacheType
Overrides
CacheBase.CacheType

ConfigItems

Declaration
public ClarifyConfigItemCollection ConfigItems { get; }
Property Value
Type Description
ClarifyConfigItemCollection

Item[String]

Declaration
public ClarifyConfigItem this[string key] { get; }
Parameters
Type Name Description
System.String key
Property Value
Type Description
ClarifyConfigItem

Methods

InitCacheData()

Declaration
protected override object InitCacheData()
Returns
Type Description
System.Object
Overrides
CacheBase.InitCacheData()

LoadCacheData(Object)

Declaration
protected override void LoadCacheData(object cacheData)
Parameters
Type Name Description
System.Object cacheData
Overrides
CacheBase.LoadCacheData(Object)

SetNameAndParameters(String, String)

Declaration
protected override void SetNameAndParameters(string name, string parameters)
Parameters
Type Name Description
System.String name
System.String parameters
Overrides
CacheBase.SetNameAndParameters(String, String)
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.