<?php

/**
 * @file
 * Contains plugin type registration information for the cache tool.
 */

function ctools_cache_plugin_type(&$items) {
  // There are no options to declare on this plugin at this time.
  $items['cache'] = array();
}
