key = td.getUUID();
try
{
// insert the entry into the the other cache.
otherCacheEntry = (TDCacheable)otherCache.create(key, td);
}
catch (StandardException se)
{
// if the object already exists in cache then somebody beat us to it
// otherwise throw the error.