Marks a query as completed successfully with the 200 HTTP response code without an exception. Moves it from the running map to the cache, updating the cache if it already existed.
()
| 328 | * existed. |
| 329 | */ |
| 330 | public void markSerializationSuccessful() { |
| 331 | markSerialized(HttpResponseStatus.OK, null); |
| 332 | } |
| 333 | |
| 334 | /** |
| 335 | * Marks a query as completed with the given HTTP code with exception and |