DataContainer implementations

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1558

This topic has not yet been written. The content below is from the topic description.
The most efficient data container implementation is used in a cache that does not make use of eviction - the SimpleDataContainer.  FIFOSimpleDataContainer and LRUSimpleDataContainer implementations are more expensive, in that order.  Please refer to the Javadocs of the implementations for details on the algorithms used.