Skip to content

Commit 1253a05

Browse files
committed
updated site
1 parent e042d63 commit 1253a05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

2.x/docs/en/concepts/caching.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h2 id="automatic-caching"><a class="header" href="#automatic-caching">Automatic
205205
[info] demo0.1.0-SNAPSHOT!
206206
[success] elapsed time: 0 s, cache 100%, 1 disk cache hit
207207
</code></pre>
208-
<h3 id="caching-is-serializaiton-hard"><a class="header" href="#caching-is-serializaiton-hard">Caching is serializaiton-hard</a></h3>
208+
<h3 id="caching-is-serialization-hard"><a class="header" href="#caching-is-serialization-hard">Caching is serialization-hard</a></h3>
209209
<p>To participate in the automatic caching, the input keys (e.g. <code>name</code> and <code>version</code>) must provide a given for <code>sjsonnew.HashWriter</code> typeclass and return type must provide a given for <code>sjsonnew.JsonFormat</code>. <a href="https://www.scala-sbt.org/contraband/">Contraband</a> can be used to generate sjson-new codecs.</p>
210210
<h2 id="caching-files"><a class="header" href="#caching-files">Caching files</a></h2>
211211
<p>Caching files (e.g. <code>java.io.File</code>) requires its own consideration, not because it's technically difficult, but mostly because of the ambiguity and assumptions when files are involved. When we say a "file" it could actually mean:</p>

2.x/docs/en/print.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ <h2 id="automatic-caching"><a class="header" href="#automatic-caching">Automatic
16441644
[info] demo0.1.0-SNAPSHOT!
16451645
[success] elapsed time: 0 s, cache 100%, 1 disk cache hit
16461646
</code></pre>
1647-
<h3 id="caching-is-serializaiton-hard"><a class="header" href="#caching-is-serializaiton-hard">Caching is serializaiton-hard</a></h3>
1647+
<h3 id="caching-is-serialization-hard"><a class="header" href="#caching-is-serialization-hard">Caching is serialization-hard</a></h3>
16481648
<p>To participate in the automatic caching, the input keys (e.g. <code>name</code> and <code>version</code>) must provide a given for <code>sjsonnew.HashWriter</code> typeclass and return type must provide a given for <code>sjsonnew.JsonFormat</code>. <a href="https://www.scala-sbt.org/contraband/">Contraband</a> can be used to generate sjson-new codecs.</p>
16491649
<h2 id="caching-files"><a class="header" href="#caching-files">Caching files</a></h2>
16501650
<p>Caching files (e.g. <code>java.io.File</code>) requires its own consideration, not because it's technically difficult, but mostly because of the ambiguity and assumptions when files are involved. When we say a "file" it could actually mean:</p>

2.x/docs/en/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2.x/docs/en/searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)