Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.ICacheDataProvider Interface

All caching data providers implement this interface which is used to access cached data.

Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public interface ICacheDataProvider;

Methods

PublicAddAsyncAdds an object to the cache.
PublicGetAsyncRetrieves a cached object.
PublicRemoveAsyncRemoves the cached object.

See Also YetaWF.Core Overview