For example if I have an API query wiht value1=*&value2=*
and want to cache just that but don’t want the wildcard to expand to other queries like value1=*&value2=*&value3=*
Is it possible to do this ?
For example if I have an API query wiht value1=*&value2=*
and want to cache just that but don’t want the wildcard to expand to other queries like value1=*&value2=*&value3=*
Is it possible to do this ?
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.