CalendarAggregator.EventCollectorTest.CachedObjNonempty C# (CSharp) Метод

CachedObjNonempty() приватный статический Метод

private static CachedObjNonempty ( string feedurl ) : bool
feedurl string
Результат bool
        private static bool CachedObjNonempty(string feedurl)
        {
            string blob_name = Utils.MakeCachedFeedObjName(berkeley_test_hub, feedurl);
            var es = (ZonedEventStore) ObjectUtils.GetTypedObj<ZonedEventStore>("feedcache", blob_name);
            return es.events.Count > 0;
        }