Skip to main content
.NET 6.0+

ModelCacheManager Members

Manages the Application Model cache designed to improve the startup speed and performance.

Constructors

Name Description
ModelCacheManager(Stream, String) For internal use.

Fields

Name Description
CacheSharedModelDifferences static Specifies if the shared (administrator’s) Model Differences are cached. To use this option, set the EnableModelCache property to true.
SkipEmptyNodes static Enables you to skip empty nodes when creating and loading the Application Model cache.
UseCacheWhenDebuggerIsAttached static Enables caching when a debugger is attached. You can temporarily set this static field to true to debug the code that handles the XafApplication.CreateCustomModelCacheManager event.
UseMultithreadedLoading static Enables multi-thread loading of the Application Model cache.

Properties

Name
FullFileName
ModelCacheName

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also