modules_setup:

This commit is contained in:
Rushabh Mehta 2012-02-28 18:57:37 +05:30
parent 7708f137f7
commit 7d7ed7e37d

View file

@ -211,3 +211,8 @@ def whitelist(allow_guest=False):
return fn
return innerfn
def clear_cache():
"""clear boot cache"""
from webnotes.session_cache import clear
clear()