Skip to content

Commit

Permalink
Minor fragment update
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Dec 6, 2024
1 parent 742db47 commit 201e311
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/web/fragments/clear.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Obtain a strongly-typed NamedCache reference:<p>
<pre>
NamedCache&lt;UUID, Trade&gt; tradesCache = CacheFactory.getTypedCache("trades",
TypeAssertion.withTypes(UUID.class, Trade.class));
NamedCache&lt;UUID, Trade&gt; tradesCache = CacheFactory.getTypedCache("trades");
</pre>
<p>To clear the cache, issue the following:<p>
<pre>
Expand Down

0 comments on commit 201e311

Please sign in to comment.