CachedList(Func< List< T >> retrieveFunc, Caching caching) | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
CachedList(Caching caching) | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | protected |
Contains(T element) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T > | |
ContainsGuid(Guid guid) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T > | |
ContainsKey(TK key) | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
ContainsName(string name) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T > | |
erminas::SmartAPI::Utils::CachedCollections::IndexedCachedList< TK, T >.Count | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
erminas::SmartAPI::Utils::CachedCollections::IIndexedRDList< in TK, T >.erminas::SmartAPI::Utils::CachedCollections::IRDList< T >.Count | erminas.SmartAPI.Utils.CachedCollections.IRDList< T > | |
EnsureListIsLoaded() | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | protected |
Get(TK key) | erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > | |
GetByGuid(Guid guid) | erminas.SmartAPI.Utils.CachedCollections.GuidIndexedRDList< T > | virtual |
GetByName(string name) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T > | virtual |
GetByPosition(int pos) | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
GetEnumerator() | erminas.SmartAPI.Utils.CachedCollections.CachedList< T > | |
GuidIndexedRDList(Func< List< T >> retrieveFunc, Caching caching) | erminas.SmartAPI.Utils.CachedCollections.GuidIndexedRDList< T > | |
GuidIndexedRDList(Caching caching) | erminas.SmartAPI.Utils.CachedCollections.GuidIndexedRDList< T > | protected |
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 |
IndexedRDList(Func< List< T >> retrieveFunc, Func< T, TK > indexFunc, Caching caching) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T > | |
IndexedRDList(Func< T, TK > indexFunc, Caching caching) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< 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.GuidIndexedRDList< 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 > | |
TryGetByGuid(Guid guid, out T output) | erminas.SmartAPI.Utils.CachedCollections.GuidIndexedRDList< T > | virtual |
TryGetByName(string name, out T output) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T > | virtual |
WaitFor(Func< IIndexedRDList< TK, T >, bool > predicate, TimeSpan maxWait, TimeSpan retryPeriod) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T > | |
WaitFor(Predicate< IRDList< T >> predicate, TimeSpan maxWait, TimeSpan retryPeriod) | erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T > | |
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 > | |