ContributionsMost RecentMost LikesSolutionsRe: Caching in Snaplogic See attached exported project. _Miscellaneous_Data Caching.zip (21.1 KB) Re: Caching in Snaplogic We have similar need to improve performance - in our case, the data can come from various applications. We have developed a group of shared pipelines to implement the caching functionality. In-memory Derby database is used to store the data. Users don’t see the database however - they store/retrieve JSON objects, 1 or more of whose elements are registered as keys for lookup.