[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/views/plugins/ -> views_plugin_cache_none.inc (source)

   1  <?php
   2  
   3  /**
   4   * Caching plugin that provides no caching at all.
   5   */
   6  class views_plugin_cache_none extends views_plugin_cache {
   7    function cache_start() { /* do nothing */ }
   8  
   9    function summary_title() {
  10      return t('None');
  11    }
  12  
  13    function cache_get($type) {
  14      return FALSE;
  15    }
  16  
  17    function cache_set($type) { }
  18  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7