* A method to retrieve a Map based implementation
* of a CacheAccess to the specified region.
* @return a Map based Cache implementation to the specified region.
*/
public CacheMap getMapAccess(final String region) {
return new MapAdapter(getNewAccessImpl(region));
}