CacheAspect.Repository.CacheAttribute.CacheAttribute C# (CSharp) Метод

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

Static constructor.
static private CacheAttribute ( ) : System
Результат System
        static CacheAttribute()
        {
            if (!PostSharpEnvironment.IsPostSharpRunning)
            {
                Cache = new AzureCache();
            }
        }

Same methods

CacheAttribute::CacheAttribute ( CacheAction action ) : System