cache library

Classes

MemoryCache<K, V>
Simple class to cache values with size based eviction.
ValueCache<T>
Used for caching calculated values, the cache is determined to be valid by comparing a list of values that can be of any type and is compared to the values that was last used when the cache was updated.