Call function within class
I am trying to write a script that calls the function clear_single_feed_cache() within a class CFF_Feed_Saver_Manager from a wordpress plugin but cannot get it to work. I am not sure if this is because the function I am trying to call has another class within the function. please help. Here is the class and function I am trying to call and below that is my code trying to call that function.
Class & function: