ICacheGetT(String, String, ActionT, Xml Node) Method
[Missing <summary> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.String,System.Action{``0,System.Xml.XmlNode})"]
Definition
Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
C#
T Get<T>(
string key,
string subKey,
Action<T, XmlNode> loadIfNull
)
where T : class
Parameters
Type Parameters
- T
Return Value
T[Missing <returns> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.String,System.Action{``0,System.Xml.XmlNode})"]