Пример #1
0
 def g(*c, **d):
     from gluon import current
     return current.cache(key, time_expire, cache_model)(f)(*c, **d)
Пример #2
0
 def g(*c, **d):
     from gluon import current
     return current.cache(key, time_expire, cache_model)(f)(*c, **d)