| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        ParamServerCache
Cache of values on the parameter server. Implementation is just a thread-safe dictionary.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Notifier implements any parameter subscription logic. The notifier should be a function that takes in a key and value that represents a parameter update. Notifier is called under lock and thus must not implement any lengthy computation. | 
| 
 Update the value of the parameter in the cache 
 | 
| 
 Set the value of the parameter in the cache. This is a prerequisite of calling update(). 
 | 
| 
 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:39 2020 | http://epydoc.sourceforge.net |