func(interface{}) (interface{}, error)
| 49 | |
| 50 | type ( |
| 51 | LoaderFunc func(interface{}) (interface{}, error) |
| 52 | LoaderExpireFunc func(interface{}) (interface{}, *time.Duration, error) |
| 53 | EvictedFunc func(interface{}, interface{}) |
| 54 | PurgeVisitorFunc func(interface{}, interface{}) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…