Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.StaticPages.StaticPageManager.PageEntryEnum Enumeration

Defines the method with which the static page is stored.

Class: YetaWF.Core.Support.StaticPages.StaticPageManager
Namespace: YetaWF.Core.Support.StaticPages
Assembly: YetaWF.Core

Syntax

public enum PageEntryEnum;

Values

NameValueDescription
File0Static page cached using a local file.
Memory1Static page cached in memory (not available with distributed caching - web farm/garden)

See Also YetaWF.Core.Support.StaticPages.StaticPageManager Class YetaWF.Core Overview