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