GetFromCache(name:string)

Description

Gets a value from the cache with a matching name.  If the value does not exist, an error of type ModelGlue.Util.TimedCache.ItemNotFound will be thrown.

Returns

Any

Arguments

Name (Required) - The key of the value to retrieve.