Contains(T element) | erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T > | |
ContainsGuid(Guid guid) | erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T > | |
ContainsKey(TK key) | erminas.SmartAPI.Utils.CachedCollections.IIndexedCachedList< in TK, T > | |
ContainsName(string name) | erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T > | |
erminas::SmartAPI::Utils::CachedCollections::IIndexedCachedList< in TK, T >.Count | erminas.SmartAPI.Utils.CachedCollections.ICachedList< out T > | |
erminas::SmartAPI::Utils::CachedCollections::IRDList< T >.Count | erminas.SmartAPI.Utils.CachedCollections.IRDList< T > | |
Get(TK key) | erminas.SmartAPI.Utils.CachedCollections.IIndexedCachedList< in TK, T > | |
GetByGuid(Guid guid) | erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T > | |
GetByName(string name) | erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T > | |
GetByPosition(int pos) | erminas.SmartAPI.Utils.CachedCollections.ICachedList< out T > | |
InvalidateCache() | erminas.SmartAPI.Utils.CachedCollections.ICached | |
IsCachingEnabled | erminas.SmartAPI.Utils.CachedCollections.ICachedList< out T > | |
Refresh() | erminas.SmartAPI.Utils.CachedCollections.ICached | |
Refreshed() | erminas.SmartAPI.Utils.CachedCollections.IIndexedRDList< in TK, T > | |
this[TK key] | erminas.SmartAPI.Utils.CachedCollections.IIndexedCachedList< in TK, T > | |
TryGet(TK name, out T obj) | erminas.SmartAPI.Utils.CachedCollections.IIndexedCachedList< in TK, T > | |
TryGetByGuid(Guid guid, out T output) | erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T > | |
TryGetByName(string name, out T output) | erminas.SmartAPI.Utils.CachedCollections.IRDEnumerable< T > | |
WaitFor(Func< IIndexedRDList< TK, T >, bool > predicate, TimeSpan maxWait, TimeSpan retryEverySecond) | erminas.SmartAPI.Utils.CachedCollections.IIndexedRDList< in TK, T > | |
erminas::SmartAPI::Utils::CachedCollections::IIndexedCachedList< in TK, T >.WaitFor(Predicate< IIndexedCachedList< TK, T >> predicate, TimeSpan maxWait, TimeSpan retryPeriod) | erminas.SmartAPI.Utils.CachedCollections.IIndexedCachedList< in TK, T > | |
erminas::SmartAPI::Utils::CachedCollections::IIndexedCachedList< in TK, T >.erminas::SmartAPI::Utils::CachedCollections::ICachedList< out T >.WaitFor(Predicate< ICachedList< T >> predicate, TimeSpan wait, TimeSpan retryPeriod) | erminas.SmartAPI.Utils.CachedCollections.ICachedList< out T > | |
erminas::SmartAPI::Utils::CachedCollections::IRDList< T >.WaitFor(Predicate< IRDList< T >> predicate, TimeSpan wait, TimeSpan retryPeriod) | erminas.SmartAPI.Utils.CachedCollections.IRDList< T > | |