NAME
XAO::DO::Cache::Uncached - a non-caching backend
SYNOPSIS
You should not use this object directly, it is a back-end for XAO::Cache.
DESCRIPTION
Cache::Uncached is an implementation that always calls the retrieve method without attempting any caching. Helpful in debugging and development.
METHODS
AUTHORS
Copyright (c) 2002 XAO Inc.
Andrew Maltsev <am@xao.com>.
SEE ALSO
Have a look at: XAO::DO::Cache::Memory, XAO::Objects, XAO::Base, XAO::FS, XAO::Web.