(obj interface{})
| 38 | List() []interface{} |
| 39 | ListKeys() []string |
| 40 | Get(obj interface{}) (item interface{}, exists bool, err error) |
| 41 | GetByKey(key string) (item interface{}, exists bool, err error) |
| 42 | |
| 43 | // Replace will delete the contents of the store, using instead the |
no outgoing calls