
Win32::UrlCache::Cache - parse Internet Explorer's Cache index.dat

use Win32::UrlCache::Cache; my $cache = Win32::UrlCache::Cache->new;

This is just a sugar for Win32::UrlCache to make Win32 users happy. This will look for a path of the main 'index.dat' for IE's cache (Temporary Internet Files).

searches for a cache directory in the registry, and provides it to the parent Win32::UrlCache.

Kenichi Ishigaki, <ishigaki at cpan.org>

Copyright (C) 2007 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.