Skip to content

albinzx/cache

Repository files navigation

Cache

Provides caching pattern library

Caching pattern

  1. Cache aside
  2. Read through
  3. Write through
  4. Write back/behind
  5. Write around

Cacher

Currently support redis, later will add memory and memcached

Persister

Implement this interface to support persistence storage operation in caching pattern

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages