/[drupal]/contributions/modules/simplelist/SimpleListInterfaceCachingEngine.php
ViewVC logotype

Contents of /contributions/modules/simplelist/SimpleListInterfaceCachingEngine.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Mon May 19 03:44:37 2008 UTC (18 months, 1 week ago) by jcfiala
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
File MIME type: text/x-php
#259764 by jcfiala: Fixed badly broken caching engine, and added tests to verify the fix.
1 <?php
2 // $Id$
3
4 /*
5 * Yes, this is a tiny little interface. It's needed for testing.
6 */
7 interface SimpleListInterfaceCachingEngine{
8 public function fetch_node($nid);
9 }
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.2