(indexName, indexKey string)
| 173 | } |
| 174 | |
| 175 | func (c *cache) IndexKeys(indexName, indexKey string) ([]string, error) { |
| 176 | return c.cacheStorage.IndexKeys(indexName, indexKey) |
| 177 | } |
| 178 | |
| 179 | // ListIndexFuncValues returns the list of generated values of an Index func |
| 180 | func (c *cache) ListIndexFuncValues(indexName string) []string { |