[wp-hackers] Clearing Feed Cache?

Andrew Nacin wp at andrewnacin.com
Thu Jul 15 06:50:19 UTC 2010


If you look in fetch_feed(), you'll see a few filters. One of them allows
you to alter the cache length. I think there's an easy way to clear it as
well but if not then that would be a good patch.

On Thu, Jul 15, 2010 at 12:22 AM, Otto <otto at ottodestruct.com> wrote:

> Yes, the feed is cached for 12 hours. If you look in the options
> table, you can find the feed cached there.
>
> -Otto
>
>
>
> On Wed, Jul 14, 2010 at 11:16 PM, Raj <list at expost.org> wrote:
> > Hi,
> >
> >
> >
> > I have been using fetch_feed to work with external feeds in my plugin. I
> > have noticed that even after some times in the feed have been removed,
> the
> > feed items remain in the simplepie object returned by the fetch_feed
> > function. Does this mean that the feed is automatically cached? How  can
> I
> > clear this cache?
> >
> >
> >
> > Raj Sekharan
> >
> > _______________________________________________
> > wp-hackers mailing list
> > wp-hackers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-hackers
> >
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list