IElementAttributes attr = new ElementAttributes();
CompositeCache cache = new CompositeCache( cacheName, cattr, attr );
AuxiliaryCacheMockImpl diskMock = new AuxiliaryCacheMockImpl();
diskMock.cacheType = ICache.REMOTE_CACHE;
AuxiliaryCache[] aux = new AuxiliaryCache[] { diskMock };
cache.setAuxCaches( aux );
// DO WORK