Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows API
  4. Internet cache

Internet cache

Scheduled Pinned Locked Moved Windows API
question
3 Posts 1 Posters 9 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Waldermort
    wrote on last edited by
    #1

    Does anybody know where I might find the cache for icons associated with webpages? The icons must be stored somewhere localy as they are used even when the PC is offline. I have looked in the most obvious place namely the "temporary internet files" folder, but there are no icons of any type in there. Infact I was surprised with the lack of files stored in there, since I have never explicitly cleared it.

    W 2 Replies Last reply
    0
    • W Waldermort

      Does anybody know where I might find the cache for icons associated with webpages? The icons must be stored somewhere localy as they are used even when the PC is offline. I have looked in the most obvious place namely the "temporary internet files" folder, but there are no icons of any type in there. Infact I was surprised with the lack of files stored in there, since I have never explicitly cleared it.

      W Offline
      W Offline
      Waldermort
      wrote on last edited by
      #2

      This is becomong more and more confusing. Since I posted the message I have monitoring the temporary internet files, while at the same time going about my day to day surfing. There are some files I expect to see in that folder, especially files from locations such as codeproject, hotmail and google. But there are none! Infact the folders item's have not changed at all, even after a few reeboots. The favicon problem aside, this is making me a little worried about just how safe vista really is. The images/pages are obviously being stored ( the pages load quite fast ) but there is no visible cache :~

      1 Reply Last reply
      0
      • W Waldermort

        Does anybody know where I might find the cache for icons associated with webpages? The icons must be stored somewhere localy as they are used even when the PC is offline. I have looked in the most obvious place namely the "temporary internet files" folder, but there are no icons of any type in there. Infact I was surprised with the lack of files stored in there, since I have never explicitly cleared it.

        W Offline
        W Offline
        Waldermort
        wrote on last edited by
        #3

        I eventualy found the solution. IE7 reports the temporary internet folder being: C:\Users\$USER$\AppData\Local\Microsoft\Windows\Temporary Internet Files This was confirmed with a call to SHGetFolderPath. But browsing this folder does NOT show content downloaded from the internet. What it does show is local content from apps like MSDN 'Document explorer'. Selecting "view hidden files and folders" and "show system files and folders" is of no help here. After some browsing, I discovered that while IE7 is in protected mode, it reads and writes a special Low version of everything. This may be a bug in vista or simply a setting somewhere, but viewing these items is not easy. The real location of the temporary internet files is C:\Users\$USER$\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Content.IE5 The same goes for the Cookies, History and Temp folders. I hope this is of use to somebody.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups