Show / Hide Table of Contents

Class CustomCache

Inheritance
System.Object
CacheBase
CustomCache
Inherited Members
CacheBase.UpdateSyncRoot
CacheBase.OnCacheUpdated()
CacheBase.OnAnyCacheUpdated(CacheBase)
CacheBase.UpdateCache()
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
Assembly: fcSDK.dll
Syntax
public class CustomCache : CacheBase

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

Data

Declaration
public DataSet Data { get; }
Property Value
Type Description
System.Data.DataSet

Methods

GetInstance(String)

Declaration
public static CustomCache GetInstance(string cacheSetName)
Parameters
Type Name Description
System.String cacheSetName
Returns
Type Description
CustomCache

InitCacheData()

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

IsCacheOutOfDate(DateTime)

Declaration
protected override bool IsCacheOutOfDate(DateTime testDate)
Parameters
Type Name Description
System.DateTime testDate
Returns
Type Description
System.Boolean
Overrides
CacheBase.IsCacheOutOfDate(DateTime)

LoadCacheData(Object)

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

PersistCacheData(Object, String)

Declaration
protected override void PersistCacheData(object cacheData, string filePath)
Parameters
Type Name Description
System.Object cacheData
System.String filePath
Overrides
CacheBase.PersistCacheData(Object, String)

ReadCacheData(String)

Declaration
protected override object ReadCacheData(string filePath)
Parameters
Type Name Description
System.String filePath
Returns
Type Description
System.Object
Overrides
CacheBase.ReadCacheData(String)

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.