This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/main by this push:
new daf344798 docs: fix typo (#296)
daf344798 is described below
commit daf344798cd604979f6e7c4edbdb1005057769b0
Author: John Bampton <[email protected]>
AuthorDate: Tue Feb 10 12:39:52 2026 +1000
docs: fix typo (#296)
---
src/site/content/caching.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/content/caching.adoc b/src/site/content/caching.adoc
index 57c3d0b4e..60c3494e6 100644
--- a/src/site/content/caching.adoc
+++ b/src/site/content/caching.adoc
@@ -79,7 +79,7 @@ Each `+MapCache+` instance is backed by a Shiro
link:static/current/apidocs/org/
Because the `+MemoryConstrainedCacheManager+` can auto-resize itself
based on an application’s memory profile, it is safe to use in a
single-JVM production application as well as for testing needs. However,
-it does not have more advanced features suche as cache entry
+it does not have more advanced features such as cache entry
Time-to-Live or Time-to-Expire settings.
For these more advanced cache management features, you’ll likely want to use
one of the more advanced `+CacheManager+` offerings below.