|
|
__init__(self,
cache,
tile_source,
tile_creator)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
is_cached(self,
tile)
Return True if the tile is cached. |
source code
|
|
|
|
expire_timestamp(self,
tile=None)
Return the timestamp until which a tile should be accepted as up-to-date,
or None if the tiles should not expire. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
store_tiles(self,
tiles)
Store the given tiles in the underlying cache. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|