How to clear File Page Cache in iOS?

I want to develop an APP and verify the performance based on page cache is cleared and clean.

In Linux, the command "echo 3 > /proc/sys/vm/drop_caches" can be applied.

And in MacOS, the command "sync && sudo purge" can be applied.

But both the commands cannot be applied to iOS. Whether any expert know the clear page cache command in iOS? Thanks.