Example #1
0
        ///////////////////////////////////////////////////////////////////////////////////////////////

        public string CacheToString()
        {
            return(StringList.MakeList(
                       "count", this.Count,
#if CACHE_DICTIONARY
                       "maximumCount", this.MaximumCount,
                       "maximumAccessCount", this.MaximumAccessCount,
#endif
                       FormatOps.CacheCounts(cacheCounts)));
        }
Example #2
0
        ///////////////////////////////////////////////////////////////////////

        public static string CacheToString()
        {
            return(FormatOps.CacheCounts(cacheCounts));
        }