Class AbstractGroupsCache
Inherited Members
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()
Namespace: FixAntenna.Fix.Validation.Engine.Utils.Cache
Assembly: FixAntenna.Validation.dll
Syntax
public abstract class AbstractGroupsCache : AbstractCache, ICache<int, Field>, ICloneable
Fields
BlockGroupsCaches
Declaration
protected IDictionary<BlockCacheKey, BlockCache> BlockGroupsCaches
Field Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<BlockCacheKey, BlockCache> |
GroupsCaches
Declaration
protected IDictionary<int, GroupCache> GroupsCaches
Field Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Int32, GroupCache> |
Methods
CloneInnerFields(AbstractGroupsCache)
Declaration
protected virtual object CloneInnerFields(AbstractGroupsCache groupsCache)
Parameters
Type | Name | Description |
---|---|---|
AbstractGroupsCache | groupsCache |
Returns
Type | Description |
---|---|
System.Object |
GetBlockGroupsCaches()
Declaration
public virtual IDictionary<BlockCacheKey, BlockCache> GetBlockGroupsCaches()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<BlockCacheKey, BlockCache> | the blockGroupsCaches |
GetGroupsCaches()
Declaration
public virtual IDictionary<int, GroupCache> GetGroupsCaches()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Int32, GroupCache> | the groupsCaches |
Implements
System.ICloneable