caching\FileCache getValue()

getValue() protected method

Retrieves a value from cache with a specified key.

This is the implementation of the method declared in the parent class.

protected string|false getValue ( $key )
$key string

A unique key identifying the cached value

return string|false

The value stored in cache, false if the value is not in the cache or expired.

doc_Yii
2016-10-30 16:54:07
Comments
Leave a Comment

Please login to continue.