From 201e3118c10d52a39d2a7ebcbdedb8d53fc0f7bb Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Fri, 6 Dec 2024 11:05:21 +0800 Subject: [PATCH] Minor fragment update --- src/main/resources/web/fragments/clear.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/web/fragments/clear.html b/src/main/resources/web/fragments/clear.html index d52dc0c..46fffa0 100644 --- a/src/main/resources/web/fragments/clear.html +++ b/src/main/resources/web/fragments/clear.html @@ -1,7 +1,6 @@ Obtain a strongly-typed NamedCache reference:

-NamedCache<UUID, Trade> tradesCache = CacheFactory.getTypedCache("trades",
-                                TypeAssertion.withTypes(UUID.class, Trade.class));
+NamedCache<UUID, Trade> tradesCache = CacheFactory.getTypedCache("trades");
 

To clear the cache, issue the following: