Commit 1d3d186
fix: implement UploadFile method for cache wrapper types
Add missing UploadFile method to pullOnlyRemoteCache and pushOnlyRemoteCache
to satisfy the RemoteCache interface after UploadFile was added in earlier commits.
- pushOnlyRemoteCache.UploadFile delegates to underlying cache
- pullOnlyRemoteCache.UploadFile returns nil (no-op)
This maintains the existing wrapper behavior patterns without changing functionality.
Co-authored-by: Ona <no-reply@ona.com>1 parent da23af1 commit 1d3d186
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
367 | 371 | | |
368 | 372 | | |
369 | 373 | | |
| |||
380 | 384 | | |
381 | 385 | | |
382 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
383 | 391 | | |
384 | 392 | | |
385 | 393 | | |
| |||
0 commit comments