• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / stash / 19720750890
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/cargo/lib/stash-rust/bytes-1.11.1
DEFAULT BRANCH: master
Ran 26 Nov 2025 11:58PM UTC
Jobs 1
Files 11
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
19720750890

Pull #13

github

umputun
feat(store): add optional in-memory cache for read operations

Add loading cache wrapper using go-pkgz/lcw/v2 that:
- Caches values on first read (loading cache pattern)
- Automatically invalidates on Set/Delete operations
- Uses LRU eviction with configurable max keys

Useful for PostgreSQL deployments where network latency
makes caching beneficial, or high-volume read workloads.

Configuration:
- --cache.enabled / STASH_CACHE_ENABLED
- --cache.max-keys / STASH_CACHE_MAX_KEYS (default: 1000)
Pull Request #13: feat(store): add optional in-memory cache for read operations

1904 of 2303 relevant lines covered (82.67%)

21.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19720750890.1 26 Nov 2025 11:58PM UTC 11
82.67
GitHub Action Run
Source Files on build 19720750890
  • Tree
  • List 11
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #13
  • PR Base - master (#19720393988)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc