Package amplee :: Package storage :: Module storememcache :: Class StorageMemcacheResourceInfo
[hide private]
[frames] | no frames]

Class StorageMemcacheResourceInfo

source code

object --+
         |
        StorageMemcacheResourceInfo

Instance Methods [hide private]
 
__init__(self, key=None, proxied_info=None)
Virtual resource info suited for a StorageMemcache instance.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, key=None, proxied_info=None)
(Constructor)

source code 

Virtual resource info suited for a StorageMemcache instance.

The ``key`` argument represents the value generated as the key used for the memcached server.

The ``proxied_info`` is the info returned by the info() method of the proxied storage of the StorageMemcache instance if any was provided.
Overrides: object.__init__