static CacheAspect()
        {
            MaxCacheTime = int.MaxValue;
            IsEnabled    = true;

            CleanupThread.Init();
        }
Esempio n. 2
0
 static CacheAspect()
 {
     CleanupThread.Init();
 }