Title here
Summary here
public interface ICachedData<TCache>| Name | Description |
|---|---|
| TCache |
IDictionary<object, IList<TCache>> ItemCollections { get; }| Type | Description |
|---|---|
| IDictionary<object, IList<TCache>> |
IDictionary<object, TCache> Items { get; }| Type | Description |
|---|---|
| IDictionary<object, TCache> |
IEnumerable<TCache> List { get; }| Type | Description |
|---|---|
| IEnumerable<TCache> |
bool UsedMultipleEntriesPerKey { get; }| Type | Description |
|---|---|
| bool |