Sage.CacheWrapper.CacheWrapper C# (CSharp) Méthode

CacheWrapper() public méthode

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

Same methods

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