An extension of the {@link org.jboss.cache.loader.DummyInMemoryCacheLoader} that uses static maps for data, children,etc. so it can be shared across instances, emulating a shared database or filesystem cache loader.
Since 2.1.0, this dummy cache loader will take an optional parameter, "bin", which contains the name of the "bin" to use in the static field to store the content. This allows for tests to mimic multiple shared cache loaders in the same cache.
@author
Manik Surtani
@since 2.0.0