Specifies the level of cache for a property value.
Namespace: Umbraco.Cms.Core.PropertyEditors Assembly: Umbraco.Core.dll Syntaxpublic enum PropertyCacheLevel
Fields Name Description Element
Indicates that the property value can be cached at the element level, i.e. it can be cached until the element itself is modified.
ElementsIndicates that the property value can be cached at the elements level, i.e. it can be cached until any element is modified.
NoneIndicates that the property value cannot be cached and has to be converted each time it is requested.
SnapshotIndicates that the property value can be cached at the snapshot level, i.e. it can be cached for the duration of the current snapshot.
UnknownDefault value.
Extension MethodsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4