Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.Caching.GetStaticSmallObjectCacheProvider Property

A caching data provider for locally cached SMALL data without serialization/deserialization.

Class: YetaWF.Core.IO.Caching
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public static Func<ICacheDataProvider> GetStaticSmallObjectCacheProvider { get; set; }

Remarks

This caching data provider can be used for SMALL data that needs to be cached individually in each instance of a site. If multiple instances of the site are active, the cached data is NOT SHARED BETWEEN INSTANCES.

See Also YetaWF.Core.IO.Caching ClassYetaWF.Core Overview