Hi, 
I'm using web2py to create a json to later use on a mobile app. The thing 
is that it takes a while to get all the information so I decided to use 
cache.disk to have my application cache on disk.
I just pasted this on top my function:
@cache(request.env.path_info, time_expire=600, cache_model=cache.disk)

But what this does is create a folder with the name of my application in my 
root directory.
I've searched everywhere for a way with which to chose where I want my 
cache directory but I couldn't find it.

¿Is it possible to do?
Thanks in advance.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to