<?xml version='1.0' encoding='utf-8'?>
<pod xmlns="http://axkit.org/ns/2000/pod2xml">
<head>
	<title>名前</title>
</head>
<sect1>
<title>名前</title>
<para>
Cache::SizeAwareFileCache -- Cache::FileCacheの拡張
</para>
</sect1>
<sect1>
<title>DESCRIPTION</title>
<para>
SizeAwareFileCacheクラスは、キャッシュのベースになっている
共有メモリの大きさを（バイト単位で）動的に制限する能力を追加します。
このクラスは、'max_size'オプションとlimit_size( $size )' メソッドを
提供し、SizeAwareCacheインターフェースも実装します。
</para>
</sect1>
<sect1>
<title>概要</title>
<verbatim><![CDATA[
use Cache::SizeAwareFileCache;
]]></verbatim>
<verbatim><![CDATA[
my $cache =
  new Cache::SizeAwareFileCache( { 'namespace' => 'MyNamespace',
                                   'default_expires_in' => 600,
                                   'max_size' => 10000 } );
]]></verbatim>
</sect1>
<sect1>
<title>メソッド</title>
<para>
APIドキュメントについてはCache::CacheとCache::SizeAwareCacheをご覧ください。
</para>
</sect1>
<sect1>
<title>オプション</title>
<para>
標準のオプションについてはCache::CacheとCache::SizeAwareCacheをご覧ください。
</para>
</sect1>
<sect1>
<title>プロパティ</title>
<para>
デフォルトのプロパティについてはCache::CacheとCache::SizeAwareCacheをご覧ください。
</para>
</sect1>
<sect1>
<title>参考資料</title>
<para>
Cache::Cache, Cache::SizeAwareCache, Cache::FileCache
</para>
</sect1>
<sect1>
<title>作者</title>
<para>
Original author: DeWitt Clinton &lt;dewitt@unto.net&gt;
</para>
<para>
Also: Portions of this code are a rewrite of David Coppit's excellent
extentions to the original <xlink uri='File::Cache'>File::Cache</xlink>
</para>
<para>
Last author:     $Author: hippo2000 $
</para>
<para>
Copyright (C) 2001, 2002 DeWitt Clinton
</para>
</sect1>
</pod>
