Function Persistent_caching_memcached->load_objects_list

Definitions

sources/persistent_caching/memcached.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