CachedList(Func< List< T >> retrieveFunc, Caching caching) | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
CachedList(Caching caching) | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | protected |
ContainsKey(TK key) | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
Count | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
EnsureListIsLoaded() | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | protected |
Get(TK key) | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
GetByPosition(int pos) | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
GetEnumerator() | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
IndexedCachedList(Func< List< T >> retrieveFunc, Func< T, TK > indexFunc, Caching caching) | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
IndexedCachedList(Func< T, TK > indexFunc, Caching caching) | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | protected |
InvalidateCache() | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | virtual |
IsCachingEnabled | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
List | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | protected |
Refresh() | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
Refreshed() | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
RetrieveFunc | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | protected |
this[TK key] | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
TryGet(TK key, out T obj) | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
WaitFor(Predicate< IIndexedCachedList< TK, T >> predicate, TimeSpan maxWait, TimeSpan retryPeriod) | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
erminas::SmartAPI::Utils::CachedCollections::CachedList< T >.WaitFor(Predicate< ICachedList< T >> predicate, TimeSpan wait, TimeSpan retryPeriod) | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |