search results

  1. I am using HttpContext.Current.Cache to save objects into memory. The code i have looks something like this: public void Add(string key, object data, TimeSpan ...
    stackoverflow.com/questions/15272588/​how-is-httpcontext... - Cached
  2. ... whether data objects, ... or even parts of a page in memory the initial time they are ... { DataSet ds=(DataSet)HttpContext.Current.Cache[\"dataset ...
    www.nullskull.com/articles/20030405.asp - Cached
  3. It can use a Dictionary or something if you care about saving objects. ... Current.Cache[\"val\"], Is.Null); HttpContext.Current.Cache[\"val ...
    stackoverflow.com/questions/489819/unit-​test-httpcontext... - Cached
  4. I prefer to use the memory cache as much as I can as it is faster than going to ... { public object this ... System.Web.HttpContext.Current.Cache.Insert ...
    www.codeproject.com/Articles/11044/​Improve-performace... - Cached
  5. ... we need to cache a lot of data in our web-server memory ... I would imagine the desire to improve performance by saving on ... (HttpContext.Current.Cache ...
    www.objectreference.net/post/​Implementing-Generic... - Cached
  6. System.Web.HttpContext.Current.Cache.Remove ... Its nothing but a thought kind of memory. ... You can use Data Caching to cache arbitrary objects in memory.
    www.dotnetspider.com/reso urces/22138-​How-use-Cache-Class... - Cached
  7. Try serializing the object to the file system. It’s physical file size is a rough estimate of what was in memory. ... HttpContext.Current.Cache ...
    johnnycoder .com/blog/2008/12/10/c-cache-​helper-class - Cached
  8. Saving Data Objects in Memory . To read data objects from an ABAP program into ABAP me mory, use the following statement: Syntax. EXPORT <f 1 > [FROM <g 1 >] <f 2 ...
    help.sap.com/saphelp_470/helpdata/EN/fc/​eb3bd1358411d... - Cached
  9. Th e first part of this program is the same as the example in the section Saving Data Objects in Memory. In the example, ...
    help.sap.com/saphelp_470/helpdata/en/fc/​eb3bde358411d... - Cached
  10. And if it\'s a worrying waste of memory ... HttpContext.Current.Cache.Get ... above for a while now and while saving and retrieving the siteXML to ...
    www.webmasterworld.com/microsoft_asp_​net/3943013.htm