On Wed, Mar 24, 2010 at 10:21 AM, 31 30 <3130@mail.com> wrote:
> With the move to Radiant::Cache, Andrea Franz's DynamicPage extension
> no longer works.
>
> The key section is:
>
> cache = ResponseCache.instance
> self.ancestors.each do |ancestor|
> cache.expire_response(ancestor.url) if ancestor.class_name
> == 'DynamicPage'
> end
>
> Can someone give me a hint as to the appropriate replacement for
> ResponseCache.instance.expire_response() using the new Radiant::Cache
> implementation ?
>
Radiant::Cache.clear
http://wiki.github.com/radiant/radiant/developer-upgrade-notes
--
Jim Gay
http://www.saturnflyer.com
--
Radiant CMS Dev Mailing List
Post: radiantcms-dev@googlegroups.com
Unsubscribe: radiantcms-dev-unsubscribe@googlegroups.com
Group Site: http://groups.google.com/group/radiantcms-dev/
To unsubscribe from this group, send email to radiantcms-dev+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
No comments:
Post a Comment