Package mapproxy :: Package core :: Module conf_loader :: Class CacheSource
[hide private]
[frames] | no frames]

Class CacheSource

source code

object --+    
         |    
    Source --+
             |
            CacheSource
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, layer_conf, source, param=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
configured_cache(self) source code
 
configured_layer(self) source code
 
init_grid(self) source code
 
init_tile_source(self) source code
 
init_file_cache(self) source code
 
get_tile_filter(self) source code
 
init_tile_creator(self) source code
 
init_cache_manager(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  is_cache = True
Instance Variables [hide private]

Inherited from Source: layer_conf, param, source

Properties [hide private]
  name

Inherited from object: __class__

Method Details [hide private]

__init__(self, layer_conf, source, param=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Parameters:
  • param - the param for this source, if None the param of the layer will be used.
Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

name

Get Method:
unreachable.name(self)