Parent Directory
|
Revision Log
|
Revision Graph
#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 |