public get ( mixed $key ) : mixed | ||
$key | mixed | a key identifying the cached value. This can be a simple string or a complex data structure consisting of factors representing the key. |
리턴 | mixed | the value stored in cache, false if the value is not in the cache, expired, or the dependency associated with the cached data has changed. |