You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.UrlAliasing Namespace > Classes > UrlAliasSettings Class > UrlAliasSettings Properties > EnableManualCaching
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
UrlAliasSettings.EnableManualCaching Property

Enable or disable the Manual aliasing cache. Enabling the manual cache improves the server's performance. It minimizes the number of database by placing all manual aliasing information in your server's memory. When you are developing a site, you might want to set this to false to make sure that everything is coming from the database.

  • True - enable manual aliasing cache.
  • False - disable manual aliasing cache.

C#
public bool EnableManualCaching;
Visual Basic
Public Property EnableManualCaching() As bool
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!