I've exposed getVersions(key) publicly for VersionedStore because when a service explicitly depends on VersionedStore, it helps to query the list of versions and expose them out (if needed) or do support filter or query kind of use-cases in the services. The method is automatically hidden if used as a Store anyways.
I've exposed
getVersions(key)
publicly for VersionedStore because when a service explicitly depends onVersionedStore
, it helps to query the list of versions and expose them out (if needed) or do supportfilter
orquery
kind of use-cases in the services. The method is automatically hidden if used as aStore
anyways.