CachedMap<TSource,TValue> Class Members
In This Topic
The following tables list the members exposed by CachedMap<TSource,TValue>.
Public Constructors
Public Properties
| Name | Description |
| Count | Gets supposed items count |
| Item | Gets value from cache by index |
Top
Public Methods
| Name | Description |
| ClearCache | Clears the cache. |
| Dispose | Performs tasks associated with freeing and releasing resources. |
| RaiseItemChanged | Notifies subscribed about cache item change |
| Refresh | Notifies subscribed about all cache items change. |
Top
Public Events
See Also