Class DynamicPropertyCache
Manages the dynamic property cache. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
DynamicPropertyCache
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public static class DynamicPropertyCache
Properties
DynamicPropertyFinder
Gets the current singleton instance of DynamicPropertyLookup. This property supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public static IDynamicPropertyLookup DynamicPropertyFinder { get; }
Property Value
Type | Description |
---|---|
IDynamicPropertyLookup | The instance. |
Methods
Reset()
Resets the singleton instance, causing it to be re-initalized on the next access. This method supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public static void Reset()