(PECL apcu >= 4.0.0)
Cache a variable in the data store
bool apcu_store ( string $key, mixed $var [, int $ttl = 0 ] )
array apcu_store ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] )
Cache a variable in the data store.
Note: Unlike many other mechanisms in PHP, variables stored using apcu_store() will persist between requests (until the value is removed from the cache).
Parameters: