Documentation

QueryCache

Defines the contract for caches capable of storing query results.

These caches should only concern themselves with storing the matching result ids.

Table of Contents

Methods

clear()  : bool
get()  : array<string|int, mixed>|null
getRegion()  : Region
put()  : bool

Methods

clear()

public clear() : bool
Return values
bool

        
On this page

Search results