Forum Discussion

lucadentella_55's avatar
lucadentella_55
Icon for Nimbostratus rankNimbostratus
Jul 01, 2008

Clear RAM cache

Hello!

 

 

I'm looking for a way to clear ram cache via iControl.

 

 

In another forum, Aaron kindly suggested me two ways:

 

* b profile http http_profile_name ramcache entry all delete from console

 

* evict_all_ramcache_entries() from iControl

 

 

http://devcentral.f5.com/Default.aspx?tabid=53&forumid=32&postid=25564&view=topic

 

 

If possible, I need to call the same "all delete" for a single http profile via iControl.

 

 

Thanks!

1 Reply

  • Use the LocalLB.RAMCacheInformation.evict_ramcache_entry_v2() method specifying the profile_name and empty strings for the host_name and uri parameters and also set the exact_match to false.

     

     

    Let me know if that doesn't work.

     

     

    -Joe