Sage.CacheWrapper.CacheWrapper C# (CSharp) 메소드

CacheWrapper() 공개 메소드

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

Same methods

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