RSS Amplifier

Parks Computing · Aug 4, 2021

Set-Associative Cache in C#, Part 2: Interface Design

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

This is part 2 of a three-part series on implementing a set-associative cache in C#. In part 1, we looked at how set-associative caches work and sketched out the basic design.
 In this part, we’ll expand on the design a bit more and define a code interface for the cache. In part 3, we’ll
 turn the design into working code.

Read on /page/set-associative-cache-in-c-part-2-interface-design

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.