Apizr.Caching.CacheItAttribute.CacheItAttribute C# (CSharp) Method

CacheItAttribute() public method

public CacheItAttribute ( ) : System
return System
        public CacheItAttribute()
        {
        }

Same methods

CacheItAttribute::CacheItAttribute ( CacheMode mode ) : System
CacheItAttribute::CacheItAttribute ( CacheMode mode, bool shouldInvalidateOnError ) : System
CacheItAttribute::CacheItAttribute ( CacheMode mode, string lifeSpanRepresentation ) : System
CacheItAttribute::CacheItAttribute ( CacheMode mode, string lifeSpanRepresentation, bool shouldInvalidateOnError ) : System
CacheItAttribute::CacheItAttribute ( TimeSpan lifeSpan, bool shouldInvalidateOnError ) : System
CacheItAttribute::CacheItAttribute ( bool shouldInvalidateOnError ) : System
CacheItAttribute::CacheItAttribute ( string lifeSpanRepresentation ) : System
CacheItAttribute