Creates the key for the cache entry.
(String id, String version)
| 83 | * Creates the key for the cache entry. |
| 84 | */ |
| 85 | protected static String createCacheEntryKey(String id, String version) |
| 86 | { |
| 87 | return id + ":" + version; |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Creates the key for the cache entry. |
no outgoing calls
no test coverage detected