Skip to content

Commit bb512fd

Browse files
Reword installing tiered cache plugins (#10318) (#10319)
1 parent c37ef00 commit bb512fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_search-plugins/caching/tiered-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OpenSearch provides an implementation of a `_tiered` spillover `cache_`. This im
1616

1717
## Installing required plugins
1818

19-
To use tiered caching, install a tiered cache plugin. As of OpenSearch 2.13, the only available cache plugin is the `cache-ehcache` plugin. This plugin provides a disk cache implementation that can be used as a disk tier within a tiered cache. For more information about installing non-bundled plugins, see [Additional plugins]({{site.url}}{{site.baseurl}}/install-and-configure/plugins/#additional-plugins).
19+
To use tiered caching, install the `cache-ehcache` plugin. This plugin provides a disk cache implementation that can be used as a disk tier within a tiered cache. For more information about installing non-bundled plugins, see [Additional plugins]({{site.url}}{{site.baseurl}}/install-and-configure/plugins/#additional-plugins).
2020

2121
A tiered cache will fail to initialize if the `cache-ehcache` plugin is not installed or if disk cache properties are not set.
2222
{: .warning}

0 commit comments

Comments
 (0)