Frontmatter
| id | 9555 |
| title | Feature: Implementation of Data-Worker Side Caching |
| state | Open |
| labels | enhancementhelp wantedno auto closeaiperformancecore |
| assignees | [] |
| createdAt | Mar 25, 2026, 9:28 PM |
| updatedAt | Mar 26, 2026, 4:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9555 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
Feature: Implementation of Data-Worker Side Caching
Openenhancementhelp wantedno auto closeaiperformancecore
Goal
Implement an intelligent caching layer within the Data Worker to reduce redundant network requests.
Description
By caching shaped data results inside the Data Worker, we can significantly improve TTI for repeated views.
Requirements:
cache: booleanconfiguration toNeo.data.Pipeline.read()parameters.TTL(Time-To-Live) configurations.pipeline.clearCache()).