File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ skinparam component {
1616 ArrowColor #1d3ddb
1717}
1818: Input (Script, Argument)/
19- : Determine cache key of the given script: \ n Determine cache key based on hash value of the script \n or with the user supplied cache id ;
19+ : Determine the cache key based on hash value of the script \n or with the user supplied cache ID \n [[api/#cache-options]] ;
2020
2121if (Is the function \navilable in cache? ) then (yes)
2222 :Get the function from cache;
@@ -27,7 +27,15 @@ partition " Compile \n& Cache" {
2727 note right : Uses\nFunction\nRegister
2828
2929 : Compile as a function\n with an input parameter;
30- : Store generated function in cache;
30+ : Store generated function\n in cache;
31+ note right
32+ Default it uses
33+ sliding expiration
34+ caching strategy
35+ and with 3 minutes
36+ duration.
37+ [[api/#cache-options]]
38+ end note
3139}
3240endif
3341
You can’t perform that action at this time.
0 commit comments