| Trees | Indices | Help |
|
|---|
|
|
Caching and serialization facilities.
| Functions | |||
unicode
|
|
||
unicode
|
|
||
unicode
|
|
||
unicode
|
|
||
unicode
|
|
||
| elisa.core.utils.defer.Deferred |
|
||
|
|||
object
@raise |
|
||
Imports: md5, os, cPickle, default_config, defer, get_page
| Function Details |
Return the absolute path to a specific cache directory. The cache directory is located in the local moovida directory and will be created if it doesn't exist yet.
|
|
Return the full path to a file cached on disk corresponding to the URI. This does not check whether the cached file actually exists. This implementation is very loosely based on the freedesktop thumbnail specification (http://jens.triq.net/thumbnail-spec/).
|
Specialized implementation of get_cached_file_path for images.
|
Write some data to a cache file on disk for faster subsequent access. If the cache file already exists, it is overwritten.
|
Get a distant resource over HTTP if needed and cache it.
|
Serialize an object to a file on disk.
|
De-serialize a object from a file on disk.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:20 2009 | http://epydoc.sourceforge.net |