[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

   1  <?php
   2  // $Id: views_plugin_cache_none.inc,v 1.2 2009/06/03 23:39:52 merlinofchaos Exp $
   3  
   4  /**
   5   * Caching plugin that provides no caching at all.
   6   */
   7  class views_plugin_cache_none extends views_plugin_cache {
   8    function cache_start() { /* do nothing */ }
   9  
  10    function summary_title() {
  11      return t('None');
  12    }
  13  
  14    function cache_get($type) {
  15      return FALSE;
  16    }
  17  
  18    function cache_set($type) { }
  19  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7