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