Cache browser

Component ID

308496

Component name

Cache browser

Component type

module

Component security advisory coverage

not-covered

Downloads

6665

Component created

Component changed

Component body

The Cache browser module provides a page (protected by 'administer cache tables' permission) from where you can browse all Drupal cache tables, list their contents, dump cached entries. You can also reset the contents of any cache table or delete single entries.

Data dumps use tipical PHP var_dump format. Arrays and classes are collapsed by default. You can expand/collapse them one by one or all at once. The expand/collapse feature requires a javascript enabled browser and uses Drupal/jQuery compatible methods.

For developers, function cbdump($mixed [,$varname]) is provided as an alternative to var_dump() for debugging purposes.

The Cache browser module requires the format_number module to format floating point numbers based on site default/user defined settings.