Skip to main content
A newer version of this page is available. .

CreateCustomModelCacheManagerEventArgs.ModelCacheManager Property

Specifies the object that manages the Application Model cache.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ModelCacheManager ModelCacheManager { get; set; }

Property Value

Type Description
ModelCacheManager

A ModelCacheManager object that manages the Application Model cache.

See Also