Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-14082: Document cache naming character limits #10270

Merged
merged 1 commit into from Sep 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions documentation/src/main/asciidoc/topics/ref_infinispan_caches.adoc
Expand Up @@ -6,6 +6,20 @@ You can create declarative cache configuration in XML, JSON, and YAML format.
All declarative caches must conform to the {brandname} schema.
Configuration in JSON format must follow the structure of an XML configuration, elements correspond to objects and attributes correspond to fields.

[IMPORTANT]
====
{brandname} restricts characters to a maximum of `255` for a cache name or a cache template name.
If you exceed this character limit, {brandname} throws an exception.
Write succinct cache names and cache template names.
====

[IMPORTANT]
====
A file system might set a limitation for the length of a file name, so ensure that a cache's name does not exceed this limitation.
If a cache name exceeds a file system's naming limitation, general operations or initialing operations towards that cache might fail.
Write succinct file names.
====

[discrete]
== Distributed caches

Expand Down