(key string)
| 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 |
| 44 | // given list. Store takes ownership of the list, you should not reference |