CacheAttribute.CacheAttribute C# (CSharp) 메소드

CacheAttribute() 공개 메소드

public CacheAttribute ( ) : System,
리턴 System,
    public CacheAttribute()
    {
    }

Same methods

CacheAttribute::CacheAttribute ( int duration ) : System,
CacheAttribute::CacheAttribute ( string cacheKey ) : System,
CacheAttribute::CacheAttribute ( string cacheKey, int duration ) : System,
CacheAttribute