|
NAMEText::MicroMason::Cache::Simple - Basic Cache with Minimal InterfaceDESCRIPTIONThis trivial cache class just stores values in a hash.It does not perform any of the following functions: expiration, cache size limiting, flatening of complex keys, or deep copying of complex values. Public Methods
SEE ALSOFor uses of this cache class, see Text::MicroMason::CompileCache.Additional cache classes are available in the Text::MicroMason::Cache:: namespace, or select other caching modules on CPAN that support the interface described in Cache::Cache. For distribution, installation, support, copyright and license information, see Text::MicroMason::Docs::ReadMe.
Visit the GSP FreeBSD Man Page Interface. |