# Buzzword Cache v0.1.14 - Table of Contents

> Buzzword Cache for the Multi-Player Buzzword Bingo game.

## Modules

- [Buzzword.Cache](Buzzword.Cache.md): Buzzword Cache for the _Multi-Player Buzzword Bingo_ game.
The cache is automatically refreshed every hour.
- [Buzzword.Cache.Loader](Buzzword.Cache.Loader.md): Reads a CSV file of buzzwords (phrases and their assigned point values).
Returns a map containing the phrases as keys and the points as values.

- [Buzzword.Cache.Log](Buzzword.Cache.Log.md)
- [Buzzword.Cache.Server](Buzzword.Cache.Server.md): A process that loads a map of buzzwords from an external file and caches it
for expedient access. The cache is automatically refreshed every hour.

- [Buzzword.Cache.TopSup](Buzzword.Cache.TopSup.md)

