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()
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
Methods
AddCache(CacheBase)
Declaration
public static void AddCache(CacheBase cache)
Parameters
GetCache(String)
Declaration
public static CacheBase GetCache(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
UpdateCaches(CacheType)
Declaration
public static void UpdateCaches(CacheType cacheType)
Parameters
Events
CacheLoaded
Declaration
public static event CacheLoadedEventHandler CacheLoaded
Event Type
CachesUpdated
Declaration
public static event CachesUpdatedEventHandler CachesUpdated
Event Type