The parsing of the features is one of the most expensive things php-shindig does in a request, thats why the result of it is cached.
Flushing the cache is as simple as # rm -rf /tmp/shindig on a *nix machine or if your using memcache, simple restart that.. or if your on windows, it's somewhere in C:\Documents And Settings\<user>\Temporary Files (don't hold me to the last one, i'm not much of a windows nut, but it's in some temp directory somewhere) On Fri, Nov 7, 2008 at 5:45 PM, Tim Wintle <[EMAIL PROTECTED]>wrote: > As the Subject implies: How do you flush the feature cache on PHP > shindig. > > i.e. I've fixed a bug in one of the js files for a custom feature - how > can I force the changes to be replicated through shindig (It's still > pushing out the old javascript)? > > Thanks, > > Tim Wintle > > >

