Function Persistent_caching_apccache->load_objects_list
Definitions
sources/persistent_caching/apc.php
- Instruction to load up the objects list.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The list of objects
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Instruction to load up the objects list.
*
* @return array The list of objects
*/
public function load_objects_list() : array
* Instruction to load up the objects list.
*
* @return array The list of objects
*/
public function load_objects_list() : array

