VuFind API Documentation

CachingDownloaderAwareTrait

Lightweight caching downloader aware marker trait.

Tags
category

VuFind

author

Mario Trojan mario.trojan@uni-tuebingen.de

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Main Site

Table of Contents

$cacheOptionsSection  : string
Cache Options Section. This can be overridden by child classes to declare a section in config.ini which will be parsed to override default settings.
$cachingDownloader  : CachingDownloader
Caching downloader
$downloaderCacheId  : string
Cache ID. This can be overridden by child classes if they want to use a separate cache.
setCachingDownloader()  : void
Set caching downloader

Properties

$cacheOptionsSection

Cache Options Section. This can be overridden by child classes to declare a section in config.ini which will be parsed to override default settings.

protected string $cacheOptionsSection = null

Note that the prefix "Cache_" will be prepended on this string.

$downloaderCacheId

Cache ID. This can be overridden by child classes if they want to use a separate cache.

protected string $downloaderCacheId = 'downloader'

Methods

setCachingDownloader()

Set caching downloader

public setCachingDownloader( $cachingDownloader) : void
Parameters
$cachingDownloader :

CachingDownloader

Return values
void

Search results