<?php /** * This script defines the files cache available. * The file cache is used to keep a local version of a remote file * till the cache limits are not reached, age and total cache size. * For each handler you must define an valid repository reference. * @see files/file_repo.opt.php * A match, basicly the scheme used to determine the real location of * the cached files. * A max size, if the total size of the files cached reach that value, * the oldest will be removed untill total size does not exceed the value. * An expire periode, if the requested file is older than the expiration pediode, * the cache will remove it. * * @see files/file_cache.class.php * @author Benjamin Gillissen <hide@address.com> * * ************************************************************** Copyright (C) 2007 Benjamin Gillissen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at: http://www.gnu.org/copyleft/gpl.html * ************************************************************** */ return Array();