Creates the key for the cache entry.
(String id, String version)
| 91 | * Creates the key for the cache entry. |
| 92 | */ |
| 93 | protected static String createLastVersionKey(String id, String version) |
| 94 | { |
| 95 | return id + "@" + version; |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * Creates the key for the cache entry. |
no outgoing calls
no test coverage detected