Class Cache
Inheritance
System.Object
Cache
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()
Namespace: Vasily
Assembly: cs.temp.dll.dll
Syntax
public static class Cache
Fields
ColumnMapCache
Declaration
public static ConcurrentDictionary<Type, ConcurrentDictionary<string, string>> ColumnMapCache
Field Value
| Type | Description |
|---|---|
| ConcurrentDictionary<Type, ConcurrentDictionary<System.String, System.String>> |
OuterSelectCache
Declaration
public static ConcurrentDictionary<Type, string> OuterSelectCache
Field Value
| Type | Description |
|---|---|
| ConcurrentDictionary<Type, System.String> |
OuterTypeCache
Declaration
public static ConcurrentDictionary<Type, List<Type>> OuterTypeCache
Field Value
| Type | Description |
|---|---|
| ConcurrentDictionary<Type, System.Collections.Generic.List<Type>> |
SqlCache
Declaration
public static ConcurrentDictionary<Type, SqlModel> SqlCache
Field Value
| Type | Description |
|---|---|
| ConcurrentDictionary<Type, SqlModel> |
StructionCache
Declaration
public static ConcurrentDictionary<Type, ModelStruction> StructionCache
Field Value
| Type | Description |
|---|---|
| ConcurrentDictionary<Type, ModelStruction> |