Disable cache

sbhadauria
@sbhadauria
10 years ago
129 posts
I want to disable cache in template.

{jrCore_list module="module" template="template_name" order_by="_created numerical_desc"}

any idea?
updated by @sbhadauria: 09/21/14 11:51:29AM
michael
@michael
10 years ago
7,714 posts
docs:

"{jrCore_list}"
http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

no_cache

Quote: Set the "no_cache" parameter to true and caching will be disabled on the request.

{jrCore_list module="module" template="template_name" order_by="_created numerical_desc" no_cache=true}
sbhadauria
@sbhadauria
10 years ago
129 posts
Thanks for your response but not working, any other idea.
brian
@brian
10 years ago
10,148 posts
no_cache is used here on jamroom.net, and in a few places in skins, and I don't see any issues. How is it not working?

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags