Cache
class Cache (View source)
Handles caching results
Methods
void
cacheTableData(array $tables, string|bool $table)
Caches table data so Table does not require to issue SHOW TABLE STATUS again
void
cacheTableContent(array|null $contentPath, mixed $value)
Set an item in table cache using dot notation.
mixed
getCachedTableContent(array $contentPath, mixed $default = null)
Get a cached value from table cache.
array
getCache()
No description
void
clearTableCache()
No description
Details
void
cacheTableData(array $tables, string|bool $table)
Caches table data so Table does not require to issue SHOW TABLE STATUS again
void
cacheTableContent(array|null $contentPath, mixed $value)
Set an item in table cache using dot notation.
mixed
getCachedTableContent(array $contentPath, mixed $default = null)
Get a cached value from table cache.
array
getCache()
No description
void
clearTableCache()
No description