entry = new CacheEntry( recid, null, serializer, false );
entry._obj = _recman.fetch( recid, serializer );
try {
_cache.put( id, entry );
} catch ( CacheEvictionException except ) {
throw new WrappedRuntimeException( except );
}
}
if ( entry._obj instanceof byte[] )
{