コード例 #1
0
 def g(*c, **d):
     from gluon import current
     return current.cache(key, time_expire, cache_model)(f)(*c, **d)
コード例 #2
0
ファイル: cache.py プロジェクト: apopx/web2py
 def g(*c, **d):
     from gluon import current
     return current.cache(key, time_expire, cache_model)(f)(*c, **d)