| 635 | } |
| 636 | |
| 637 | const char * |
| 638 | getCacheKeyKeyTypeName(CacheKeyKeyType type) |
| 639 | { |
| 640 | switch (type) { |
| 641 | case CACHE_KEY: |
| 642 | return "cache key"; |
| 643 | case PARENT_SELECTION_URL: |
| 644 | return "parent selection url"; |
| 645 | default: |
| 646 | return "unknown"; |
| 647 | } |
| 648 | } |