Cache stores a value associated with a key in the cache.
(context.Context, string, []byte, ...cachetypes.CacheOption)
| 242 | maxPageSize := 100 |
| 243 | if pageSize != nil { |
| 244 | if *pageSize >= 1 && *pageSize <= maxPageSize { |
| 245 | return *pageSize |
| 246 | } |
| 247 | } |
no outgoing calls