You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement PrepareDataPlugin for prefix cache match plugin (#1942)
* Add PrepareRequestData method for the prefix cache plugin
* Add prefix cache match scorer
* Ensure prefix cache plugin implements all preprae data plugin methods
* Enable prepare data plugins behind a feature flag
* Add static check to ensure plugin implements PrepareDataPlugin interface
* Rename prefix cache match
* Add feature gate for prepare data plugin
* Update prefix cache match to have total and match length
* Add more tests, register prefix cache scorer and address other review comments
* Move prefix cache scorer out of this PR
* Fix rebase errors
* Update directory structure
* Update TODOs
* Validate type as well in dag validation
* Fix rebase errors, add TODO
0 commit comments