Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-1.0
  • 7.x-1.x default
  • 6.x-1.x
  • 6.x-1.0
4 results

cache_inspector

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • CONTENTS OF THIS FILE
    ---------------------
    
     * Introduction
     * Installation
    
    INTRODUCTION
    ------------
    
    Current Maintainer: Josef Friedrich <jos.friedrich@gmail.com>
    
    Cache inspector is a small development module. It can take a look in all
    drupal cache tables. It requires the devel module. It uses the krumo framework
    (http://krumo.sourceforge.net/) to visualize the cache data.
    
    The cache inspectore module helps a lot, if you want study the drupal cache
    system or implement your own cache bins.
    
    INSTALLATION
    ------------
    
    1) Download the whole package of files from
       http://drupal.org/sandbox/JosefFriedrich/1906348.
    
    3) Upload the cache_inspector files to the modules directory.
    
    4) Go to admin/modules and enable the needed modules from the Development group.
    
    You should end up with a structure like:
    
       /drupal/sites/all/modules/cache_inspector/cache_inspector.info
       /drupal/sites/all/modules/cache_inspector/cache_inspector.module
       ...