Ejemplo n.º 1
0
 def g(*c, **d):
     from gluon import current
     return current.cache(key, time_expire, cache_model)(f)(*c, **d)
Ejemplo n.º 2
0
 def g(*c, **d):
     from gluon import current
     return current.cache(key, time_expire, cache_model)(f)(*c, **d)