CacheAttribute.CacheAttribute C# (CSharp) Method

CacheAttribute() public method

public CacheAttribute ( ) : System,
return System,
    public CacheAttribute()
    {
    }

Same methods

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