apcu_fetch Fetch a stored variable from the cache &reftitle.description; mixedapcu_fetch mixedkey boolsuccess Fetchs an entry from the cache. &reftitle.parameters; key The key used to store the value (with apcu_store). If an array is passed then each element is fetched and returned. success Set to &true; in success and &false; in failure. &reftitle.returnvalues; The stored variable or array of variables on success; &false; on failure &reftitle.examples; A <function>apcu_fetch</function> example ]]> &example.outputs; &reftitle.changelog; &Version; &Description; 3.0.17 The success parameter was added. &reftitle.seealso; apcu_store apcu_delete APCUIterator