Show / Hide Table of Contents

Interface ICachePolicy

Describes how long data should be cached.

Namespace: Sylves
Assembly: Sylves.dll
Syntax
public interface ICachePolicy

Methods

GetDictionary<Value>(IGrid)

Declaration
IDictionary<Cell, Value> GetDictionary<Value>(IGrid grid)
Parameters
Type Name Description
IGrid grid
Returns
Type Description
System.Collections.Generic.IDictionary<Cell, Value>
Type Parameters
Name Description
Value
In This Article
Back to top Generated by DocFX