New Article: Decorating Artifact Caches in Buck
A new article about decorators for artifact caches in Buck, a multi-language build system developed and used by Facebook, has been added to the catalog.
The code is written in Java. It uses the classical Decorator design pattern to add behavior to individual cache instances without affecting the behavior of other objects from the same class.