cyberrebell/soft-ttl-cache-php

handle soft-caching and updating values on top of psr/cache

Installs: 635

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/cyberrebell/soft-ttl-cache-php

1.0.2 2020-02-14 15:13 UTC

This package is auto-updated.

Last update: 2025-09-15 03:25:34 UTC


README

SoftCache

  • Psr cache wrapper that provides soft ttl
  • When soft ttl expired the value will be refreshed. If refresh failed it will return the old hard cached value.

MultiLevelSoftCache

  • Works just like SoftCache
  • The additional first level cache will update from master cache if outdated.