Get object if exists else create it
(item CacheItem)
| 25 | |
| 26 | // Get object if exists else create it |
| 27 | GetOrCreate(item CacheItem) (CacheItem, error) |
| 28 | } |
| 29 | |
| 30 | // Deprecated: This utility is deprecated, it has been refactored and moved into `cache` package. |
no outgoing calls