Skip to content

Files

Latest commit

73c300f · Feb 19, 2022

History

History

DecoratorPattern

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