root/lang/php/Cache/trunk/utils.php
@
5458
| Revision 5458, 340 bytes (checked in by takuya, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /// |
| 3 | ///for simple usage |
| 4 | /// |
| 5 | ///APIが複雑化してきたので簡単に使えるキャッシュ関数を作成 |
| 6 | /// |
| 7 | require_once "Cache/Handler.php"; |
| 8 | require_once "Cache/Handler/Resource/File.php"; |
| 9 | function cache_get_contents($id, $path){ |
| 10 | return ; |
| 11 | } |
| 12 | function cache_put_contents($id, $data, $path){ |
| 13 | return; |
| 14 | } |
| 15 | |
| 16 | ?> |
| 17 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)