get($id)
Parameters: |
|
---|---|
Returns: |
Item value or FALSE if not found |
Return type: |
mixed |
This method will attempt to fetch an item from the cache store. If the item does not exist, the method will return FALSE.
1 | $foo = $this ->cache->get( 'my_cached_item' ); |
Please login to continue.