[storage_key => xxx, storage_timestamp => 123456, ...]] */ public static function loadEntriesFromStorage(FlexStorageInterface $storage): array; /** * Return new collection with a different key. * * @param string|null $keyField Switch key field of the collection. * * @return FlexIndexInterface Returns a new Flex Collection with new key field. * @api */ public function withKeyField(string $keyField = null); /** * @param string $indexKey * @return array */ public function getIndexMap(string $indexKey = null); }