How to Clear Page cache in Apex by clicking a command button

Please follow the below steps :

Create a PL/SQL Process and type the below text as PL/SQL process code :

Now Make sure you have made this process conditional with Button Click.
Note : here 61 is the page number that  you would like to clear the cache. you can choose your own page number.
Thank You