예제 #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)