Ross ROSS = Recommend OSS · open-source software intelligence for agents

jmdobry/angular-cache

angular-cache is a very useful replacement for the Angular 1 $cacheFactory. observed · 2026-08-28

github.com/jmdobry/angular-cache · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4854
  • days_rel: n/a
  • days_push: 3473
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1371 stars · 152 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

angular-cache is a JavaScript library that replaces Angular 1's $cacheFactory with a more feature-rich caching solution supporting localStorage/sessionStorage, time-based expiration, LRU eviction, and expiration callbacks. It integrates with $http for caching API responses.

Use cases

  • cache HTTP responses in an Angular 1 app
  • persist cache items to localStorage across page refreshes
  • expire cached items after a time-to-live
  • limit cache size with LRU eviction
  • run a callback when a cached item expires

When to choose

  • you maintain a legacy Angular 1 application needing richer caching than $cacheFactory
  • you need time-based expiration or persistent browser storage caching in AngularJS

When to avoid

  • you use Angular 2+ or any modern framework
  • you are starting a new project - the library is unmaintained since 2017

Facets

library · maturity abandoned

caching web-development frontend browser angularjs cache-factory localstorage lru expiration nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
jmdobry/angular-cachemain23

For agents

markdown · JSON · MCP: product_card(name="jmdobry/angular-cache")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem