Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 295 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 295 Bytes

Decorator Pattern to implement caching behavior in a repository

This example shows how to implement a caching repository via the decorator pattern without touching the original repository implementation.

Found here