abstract protected getValue ( string $key ) : mixed | false | ||
$key | string | a unique key identifying the cached value |
리턴 | mixed | false | the value stored in cache, false if the value is not in the cache or expired. Most often value is a string. If you have disabled [[serializer]], it could be something else. |