/** @see railo.runtime.type.ref.Reference#touch(railo.runtime.PageContext) */
 public Object touch(PageContext pc) throws PageException {
   disconnectCache();
   return column.touch(pc);
 }