DCache 6.x-1.x-dev
Drupal Advanced Cache
dcache.install
Go to the documentation of this file.
00001 <?php
00002 // $Id$
00011 function dcache_install() {
00012   // Maybe future use.
00013   // Currently there is no schema but an alternative cache table is possible.
00014 }
00015 
00019 function dcache_uninstall() {
00020   // Empty function needed by Drupal to provide uninstall methods for the
00021   // module.
00022 }
 All Files Functions Enumerations