You are here

function views_content_cache_install in Views content cache 6.2

Implementation of hook_install().

File

./views_content_cache.install, line 100
Install file for views content cache.

Code

function views_content_cache_install() {
  drupal_install_schema('views_content_cache');
}