Package pyxmpp :: Module cache
[show private | hide private]
[frames | no frames]

Module pyxmpp.cache

Caching proxy for Jabber/XMPP objects.

This package provides facilities to retrieve and transparently cache cachable objects like Service Discovery responses or e.g. client version informations.


Classes
Cache Caching proxy for object retrieval and caching.
CacheFetcher Base class for cache object fetchers -- classes responsible for retrieving objects from network.
CacheItem An item in a cache.
CacheSuite Caching proxy for object retrieval and caching.

Variable Summary
str __revision__ = '$Id: cache.py 616 2005-12-26 15:28:56Z j...
timedelta _hour = datetime.timedelta(0, 3600)

Imported modules:
threading
Imported classes:
datetime, timedelta
Imported variables:
_state_values
Variable Details

__revision__

Type:
str
Value:
'$Id: cache.py 616 2005-12-26 15:28:56Z jajcus $'                      

_hour

Type:
timedelta
Value:
datetime.timedelta(0, 3600)