Click or drag to resize

ICacheGetT Method (String, ActionT, XmlNode)

[Missing <summary> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.Action{``0,System.Xml.XmlNode})"]

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
T Get<T>(
	string key,
	Action<T, XmlNode> loadIfNull
)
where T : class

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.Action{``0,System.Xml.XmlNode})"]

loadIfNull
Type: SystemActionT, XmlNode

[Missing <param name="loadIfNull"/> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.Action{``0,System.Xml.XmlNode})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.Action{``0,System.Xml.XmlNode})"]

Return Value

Type: T

[Missing <returns> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.Action{``0,System.Xml.XmlNode})"]

See Also