]
Tristan Tarrant closed ISPN-4876.
---------------------------------
Resolution: Duplicate Issue
API for obtaining cache metadata
--------------------------------
Key: ISPN-4876
URL:
https://issues.jboss.org/browse/ISPN-4876
Project: Infinispan
Issue Type: Feature Request
Reporter: Tristan Tarrant
Currently we have a number of "service" caches which store additional
information about "primary" caches (e.g. protobuf schemas, indexes, topology).
We might also want to store other additional information (configurations, metadata, etc).
I think we can hijack the ClusterRegistry class to provide a standardized interface to
obtain "service" caches based on a set of requirements (persistent/volatile,
shared/private, etc) and apply well-defined configurations to them (e.g. security).