objectAggressiveCache extends CachingStrategy with Product with Serializable
AggressiveCache assumes sufficient memory for caching everything that gets reused, and caches
all of it using an LRU policy.
(cache at every node with > 1 direct output dependency edge during training)
Linear Supertypes
Serializable, Serializable, Product, Equals, CachingStrategy, AnyRef, Any
AggressiveCache assumes sufficient memory for caching everything that gets reused, and caches all of it using an LRU policy. (cache at every node with > 1 direct output dependency edge during training)