# Functions

TestEvictFirstInFirstOut can be used to validate the FIFO based eviction.
TestEvictLeastFrequentlyUsed can be used to validate that data that isn't used frequently is evicted.
TestEvictLeastRecentlyUsed can be used to validate the ability to evict data that has been used less than other data...
TestEvictSize will validate that a stash, configured with a set size (in bytes) will evict data (like a FIFO) when that maximum size is reached.
TestStash validates the basic functions of being able to read, write and delete data in a store that is cacheable.