ATAS
|
Cache that holds recent items based on a specified amount of time. More...
Properties | |
IEnumerable< T > | CachedItems [get] |
Returns a last items for a period of time specified by CachePeriod. | |
TimeSpan | CachePeriod [get] |
Returns the time period for which items are returned by CachedItems. | |
Cache that holds recent items based on a specified amount of time.
|
get |
Returns a last items for a period of time specified by CachePeriod.
|
get |
Returns the time period for which items are returned by CachedItems.