case classCacheItem(value: Any, timesAccessed: Int = 0) extends Product with Serializable
Container class holding values to be cached.
These values are accompanied by meta data, supplying additional information about an item in regards to the cache.
Since
0.1.0
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Container class holding values to be cached. These values are accompanied by meta data, supplying additional information about an item in regards to the cache.
0.1.0