AOP02.Core.CacheMethodAttribute.CacheMethodAttribute C# (CSharp) Method

CacheMethodAttribute() public method

public CacheMethodAttribute ( ) : System
return System
        public CacheMethodAttribute()
        {
            // مقدار پيش فرض
            SecondsToCache = 10;
        }
CacheMethodAttribute