VuFind API Documentation

KeyGeneratorTrait

VuFind Cache Key Generator Trait

Provides functions for generating uniform cache keys.

Tags
category

VuFind

author

André Lahmann lahmann@ub.uni-leipzig.de

license

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

link
https://vufind.org/wiki/development:architecture:caching

Table of Contents

getCacheKey()  : string
Method to ensure uniform cache keys for cached VuFind objects.

Methods

getCacheKey()

Method to ensure uniform cache keys for cached VuFind objects.

protected getCacheKey([string|null $suffix = null ]) : string
Parameters
$suffix : string|null = null

Optional suffix that will get appended to the object class name calling getCacheKey()

Return values
string

Search results