Changes for page #[RPC\Cache]
Last modified by Ashterix on 2024/05/19 21:20
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,25 +1,17 @@ 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" %) 5 -|(% style="width:141px" %)**Classname**|(% colspan="2" rowspan="1" style="width:79px" %)Cache 6 -|(% style="width:141px" %)**Namespace**|(% colspan="2" style="width:79px" %)((( 7 -Ufo\RpcObject\RPC 8 -))) 9 -|(% style="width:141px" %)((( 10 -**Target** 11 -)))|(% colspan="2" rowspan="1" style="width:79px" %)method 12 -|(% colspan="3" style="width:141px" %)**Arguments:** 13 -|(% colspan="1" rowspan="3" style="width:141px" %)((( 14 -**$lifetimeSecond** 15 -)))|(% style="width:79px" %)**type**|(% style="width:153px" %)int 16 -|(% style="width:79px" %)**optional**|(% style="width:153px" %)true 17 -|(% style="width:79px" %)**default**|(% style="width:153px" %)60 18 -|(% colspan="1" rowspan="3" style="width:141px" %)((( 19 -**$environments** 20 -)))|(% style="width:79px" %)**type**|(% style="width:153px" %)array 21 -|(% style="width:79px" %)**optional**|(% style="width:153px" %)true 22 -|(% style="width:79px" %)**default**|(% style="width:153px" %)['prod'] 5 +|**Classname**|(% colspan="2" rowspan="1" %)Cache 6 +|**Namespace**|(% colspan="2" %)Ufo\RpcObject\RPC 7 +|**Target**|(% colspan="2" rowspan="1" %)method 8 +|(% colspan="3" %)**Arguments:** 9 +|(% colspan="1" rowspan="3" %)**$lifetimeSecond**|**type**|int 10 +|**optional**|true 11 +|**default**|60 12 +|(% colspan="1" rowspan="3" %)**$environments**|**type**|array 13 +|**optional**|true 14 +|**default**|['prod'] 23 23 {{/box}} 24 24 25 25 = Method Response Caching = ... ... @@ -57,6 +57,8 @@ 57 57 58 58 {{code language="php"}} 59 59 <?php 52 +use Ufo\RpcObject\RPC\Cache; 53 + 60 60 Cache::T_MINUTE; // 60 61 61 Cache::T_5_MINUTES; // 300 62 62 Cache::T_10_MINUTES; // 600