Get the formatted timestamp for the given time. @param time The time in milliseconds @return the formatted timestamp string
(long time)
| 121 | * @return the formatted timestamp string |
| 122 | */ |
| 123 | public String getFormat(long time) { |
| 124 | return cache.getFormat(time); |
| 125 | } |
| 126 | |
| 127 | /** |
| 128 | * Get the time format string used by this cache. |
no outgoing calls