| cleaner.css | cleaner.css |  | #cleaner-settings-form  .form-item {
  clear: left;
  margin: 0.5em 0 0.5em 0;
  padding: 6px 0;
}
#cleaner-settings-form  .description {
  clear: both;
}
#cleaner-settings-form  .form-radios {
  margin: 0 0 0 1em;
  padding:… | 
          
                  | cleaner.info | cleaner.info |  | name = Cleaner
description = Allows the admin to set a schedule for clearing caches and other stuff.
core = 6.x
php = 5.1.0 | 
          
                  | cleaner.install | cleaner.install |  | Allows the admin to set a schedule for clearing caches and other stuff. | 
          
                  | cleaner.module | cleaner.module |  | Allows the admin to set a schedule for clearing caches and other stuff. | 
          
                  | README.txt | README.txt |  | INTRODUCTION
------------
The Cleaner module allows the admin to set a schedule for clearing caches, watchdog, and old sessions.
There are function in Drupal which will cause "expired" entries in some cache tables to be deleted.
This is… |