Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 289 Bytes

ReadMe.md

File metadata and controls

9 lines (5 loc) · 289 Bytes

Simple Stupid Cache

Simple Stupid Cache is a type of cache which is used for very simple tasks.

This cache is limited by size and supports generic types.

When the cache is full, items are removed in a pseudo random manner.

This cache should not be used for large numbers of records.