modules_setup:
This commit is contained in:
parent
7708f137f7
commit
7d7ed7e37d
1 changed files with 5 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue