JCacheStorageWincache::get
Get cached data from WINCACHE by id and group
Signature
public function get(string
$id,
[string
$group = true,
[boolean
$checkTime = true]] )
Parameters
-
$id
- The cache data id
-
$group
- The cache data group
-
$checkTime
- True to verify cache time expiration threshold
Returns
- mixed
- Boolean false on failure or a cached data string