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.CachedList< T > Member List

This is the complete list of members for erminas.SmartAPI.Utils.CachedCollections.CachedList< 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
Counterminas.SmartAPI.Utils.CachedCollections.CachedList< T >
EnsureListIsLoaded()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >protected
GetByPosition(int pos)erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
GetEnumerator()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
InvalidateCache()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >virtual
IsCachingEnablederminas.SmartAPI.Utils.CachedCollections.CachedList< T >
Listerminas.SmartAPI.Utils.CachedCollections.CachedList< T >protected
Refresh()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
Refreshed()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
RetrieveFuncerminas.SmartAPI.Utils.CachedCollections.CachedList< T >protected
WaitFor(Predicate< ICachedList< T >> predicate, TimeSpan wait, TimeSpan retryPeriod)erminas.SmartAPI.Utils.CachedCollections.CachedList< T >