String cacheName = "testCacheName";
String mockMemoryCacheClassName = "org.apache.jcs.engine.memory.MemoryCacheMockImpl";
ICompositeCacheAttributes cattr = new CompositeCacheAttributes();
cattr.setMemoryCacheName( mockMemoryCacheClassName );
IElementAttributes attr = new ElementAttributes();
CompositeCache cache = new CompositeCache( cacheName, cattr, attr );
AuxiliaryCacheMockImpl diskMock = new AuxiliaryCacheMockImpl();
diskMock.cacheType = ICache.REMOTE_CACHE;