mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-27 11:40:25 +02:00
10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
|
|
include __DIR__ . '/bootstrap.php';
|
|
|
|
$cache->set('foo', 'bar');
|
|
$cache->get('foo');
|
|
$cache->get('bar');
|
|
|
|
render_demo_page();
|