Click or drag to resize

DataCacheGetProperty Method

Overload List
  NameDescription
Public methodGetProperty(Guid, Boolean)
Gets a property from the cache. Caution: The cache should be used with care as you can't rely on that it is updated. The cache should never be used in the Model layer.
Public methodGetProperty(Int32, Boolean)
Public methodGetProperty(String, Boolean)
Gets a property from the cache. Caution: The cache should be used with care as you can't rely on that it is updated. The cache should never be used in the Model layer.
Top
See Also