NAME

cs::Web::CSW::Cache - a cache of fetched pages


SYNOPSIS

use cs::Web::CSW::Cache;


DESCRIPTION

The cs::Web::CSW::Cache module is a simple cache for pages.


GENERAL FUNCTIONS


OBJECT CREATION

It is necessary to create a cache; there is no default.

new cs::Web::CSW::Cache (cachedir)

Creates a new cache object which stored files in cachedir.


OBJECT METHODS

Request(url,notify)

Request the specified url from the cache. if notify is supplied, propagate cs::Tk::FetchURL notify events back to that subroutine.


AUTHOR

Cameron Simpson <cs@zip.com.au>