Changes for page #[RPC\Cache]

Last modified by Ashterix on 2024/05/19 21:20

From version 1.1
edited by Ashterix
on 2024/05/10 12:49
Change comment: There is no comment for this version
To version 3.1
edited by Ashterix
on 2024/05/19 21:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{box cssClass="floatinginfobox" width="400px"}}
1 +{{box cssClass="floatinginfobox"}}
2 2  == (% style="display:block; margin-top:-30px; text-align:center" %)Summary(%%) ==
3 3  
4 4  (% style="margin-right:auto" %)
... ... @@ -57,6 +57,8 @@
57 57  
58 58  {{code language="php"}}
59 59  <?php
60 +use Ufo\RpcObject\RPC\Cache;
61 +
60 60  Cache::T_MINUTE; // 60
61 61  Cache::T_5_MINUTES; // 300
62 62  Cache::T_10_MINUTES; // 600