Hello…first post in the community so please be gentle.
What is the difference between PubSubCache+ and Solcache ? is it just a rename?
I want to try to push solcache as a solution for reference data store however, one restriction that I can’t seem to suggest a solution for is:
example:
Object is Listing and Stock is ABCD however, it can be referred to through its CUSIP, ISIN, Ticker, etc. . I cannot seem to come up with a solution that allows consumers to query that one object based on any of the metadata of the Object.
topic: prod/country/exchange/listing
listing object: ticker:“ABCD”, CUSIP:“12345”, ISIN:“AB123”, NAME:“ABCD Holdings”, etc.
The idea is to use a solution that stops every single system from holding its own cache in memory, so a mapping table for all objects within the Apps memory would defeat the purpose.