Creates the key for the cache entry.
(String id, String secret)
| 99 | * Creates the key for the cache entry. |
| 100 | */ |
| 101 | protected static String createTokenKey(String id, String secret) |
| 102 | { |
| 103 | return id + "#" + secret; |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * |
no outgoing calls
no test coverage detected