On the cache side.....
function test(x):
if cache.ram('key_%s' % x, 5):
return cache.ram('key_%s' % x, 5)
else:
.....
cache.ram('key_%s' % x, lambda: x , 5)- [web2py] DAL Challenge Udi Milo
- [web2py] Re: DAL Challenge Wikus van de Merwe
- [web2py] Re: DAL Challenge Udi Milo
- [web2py] Re: DAL Challenge Wikus van de Merwe
- [web2py] Re: DAL Challenge Niphlod
- [web2py] Re: DAL Challenge Massimo Di Pierro

