Active
Project:
FeedAPI Extensible Parser
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 11:24 UTC
Updated:
23 Nov 2009 at 07:04 UTC
The function feedapi_eparser_load_type_plugin($feed) keeps a cache. But I have a use case where I need to call the same feed multiple times with one parameter changed. I do this by replacing the feed url and calling refresh on it. But since the previous version still is in the plugin_cache this doesn't work.
I'd like it if it was possible to reset this cache.
Comments
Comment #1
neclimdulIf you're changing the url how is it the same feed?
Comment #2
jax commentedI change a parameter of the url. I need to import soccer data for several seasons. So I have a feed Teams and a feed Seasons. The seasons feed is fixed and returns all the season id. When refreshing that feed I trigger the other feed with each time a new id. So, indeed, it's not exactly the same feed but creating a new feed for each of the seasons would be unwieldy.