Sage.CacheWrapper.CacheWrapper C# (CSharp) Method

CacheWrapper() public method

Initializes a new instance of the CacheWrapper class.
public CacheWrapper ( ) : System
return System
        public CacheWrapper()
        {
            dictionary = new Dictionary<string, object>();
        }

Same methods

CacheWrapper::CacheWrapper ( System.Web.HttpContextBase context ) : System