Beispiel #1
0
        public IEnumerable <Models.Site> AllRootSites()
        {
            string cacheKey = "AllRootSites";

            return(GetCachedData <Site[]>(cacheKey, () => inner.AllRootSites().ToArray()));
        }