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. |
GroupsCaches
Declaration
protected IDictionary<int, GroupCache> GroupsCaches
Field Value
Type | Description |
---|---|
System. |
Methods
CloneInnerFields(AbstractGroupsCache)
Declaration
protected virtual object CloneInnerFields(AbstractGroupsCache groupsCache)
Parameters
Type | Name | Description |
---|---|---|
Abstract |
groupsCache |
Returns
Type | Description |
---|---|
System. |
GetBlockGroupsCaches()
Declaration
public virtual IDictionary<BlockCacheKey, BlockCache> GetBlockGroupsCaches()
Returns
Type | Description |
---|---|
System. |
the blockGroupsCaches |
GetGroupsCaches()
Declaration
public virtual IDictionary<int, GroupCache> GetGroupsCaches()
Returns
Type | Description |
---|---|
System. |
the groupsCaches |
Implements
System.ICloneable