DataCacheGetProperty Method |
| Name | Description | |
|---|---|---|
| GetProperty(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.
| |
| GetProperty(Int32, Boolean) | ||
| GetProperty(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.
|