Fish Touching🐟🎣

Cache

Apr 8, 2023

# Overview

We have t, s and b

# Efficiency

# Details

# Look Aside Cache

Look-Aside Caching is a pattern of caching where the input of a cacheable operation is used as the key for looking up any cached results from a prior invocation of the operation when given the same input.

# Direct-Mapped

Only 1 choice of where to place a block.
Single cache line pre set (n x 1 column matrix)

# Fully Associative

# Set-Associative