DCache 6.x-1.x-dev
Drupal Advanced Cache
dcache.install File Reference

Go to the source code of this file.

Functions

 dcache_install ()
 dcache_uninstall ()

Detailed Description

Drupal Advanced Cache installation and uninstallation parameters.

Definition in file dcache.install.


Function Documentation

dcache_install ( )

Implementation of hook_install.

Definition at line 11 of file dcache.install.

                          {
  // Maybe future use.
  // Currently there is no schema but an alternative cache table is possible.
}
dcache_uninstall ( )

Implementation of hook_uninstall.

Definition at line 19 of file dcache.install.

                            {
  // Empty function needed by Drupal to provide uninstall methods for the
  // module.
}
 All Files Functions Enumerations