17 using erminas.SmartAPI.CMS;
19 namespace erminas.SmartAPI.Utils.CachedCollections
28 public interface IRDList<T> : IRDEnumerable<T>, ICachedList<T> where T : class,
IRedDotObject
30 new int Count {
get; }
37 void WaitFor(Predicate<
IRDList<T>> predicate, TimeSpan wait, TimeSpan retryPeriod);