()
| 36 | Update(obj interface{}) error |
| 37 | Delete(obj interface{}) error |
| 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) |
no outgoing calls