SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T > Member List

This is the complete list of members for erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >, including all inherited members.

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 >
Counterminas.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
IsCachingEnablederminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
Listerminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >protected
Refresh()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
Refreshed()erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
RetrieveFuncerminas.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 >